Dmitry Mottl
Dmitry Mottl
Use the official Tweeter API which I think has this capability.
See my code comments for #21
Apropos `time_spans`, `tweets` and `workers` variables. Since `getTweets()` was originally defined as a `@staticmethod` these variables should be defined in a local scope of `getTweets()` (not as class variables as...
What dates did you expect to see in `output_got.csv`? Keep in mind that tweets in `output_got.csv` are in reversed order (latest tweets are at the beginning)
I haven't downloaded all the tweets since there are too many, but the first row is `2018-02-18 23:59:58` as expected (`--until 2018-02-19`)
Are you using the generic version of GetOldTweets3 or you have changed some code? Seems like timestamps of tweets in your CSV are not in UTC and thus they have...
I've tried several times and reproduced your error. I will look deeper somewhat later. Keep in mind that Twitter has per IP limitations. You could be banned for several days...
Twitter gave me the total number of tweets within this period of 49877.
> It is a pitty that you can not summit request by hour, since that would solve the issue. I've tried it a couple of days earlier. Seems like they...
Btw, I've added `--lang` parameter: https://github.com/Mottl/GetOldTweets3/commit/dd0924b03991571ab25a66deaba7e89545ea61dc