Thomas Chen, ASA
Thomas Chen, ASA
I've sent a proposed fix for this issue. I arrived at a solution very similar to @robertdelacruz1551. @robertdelacruz1551, I think your solution is solid. Mine is very similar and I...
@TristanJM, I am not able to reproduce. These are the steps I used in my test: 1. Clone latest master from github: ``` $ mkdir cbpro $ cd cbpro $...
@TristanJM, Not sure why you would be seeing that error, but my guess is that the latest PyPI package is a few commits back, so if you install from that,...
Additionally, `1.1.4` depends on `requests==2.13.0` which has a [security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2018-18074) that can leak your api keys. This vulnerability is fixed in `requests>=2.20.0`. Please bump!
Hey @Menox10, this was fixed by #314, which was just merged to master, but not in the release. If you pip install from the lastest master, it should resolve your...
@Menox10, I get my data at 1-minute granularity and have gone as far back as 75 days at that granularity level. I can’t spot anything wrong with your code except...
I just shipped a new version on pypi which should fix this error. To upgrade: ``` pip uninstall tweepy pip install tweetfeels --upgrade ``` _Note that it is important to...
The twitter api is rate limited: https://developer.twitter.com/en/docs/basics/rate-limiting.html There's nothing you can do to get around that. You are right that the library does not attempt to reconnect when the connection...
Thanks for reporting this. I may look into using an alternative storage method for tweets if it will allow it to consume tweets at a higher rate. Otherwise, I’m unsure...
This should be pretty simple, but as I am currently traveling, it will take some time to address. I will look at it when I get a chance. If you...