Clairedevries

Results 2 comments of Clairedevries

``` import time from datetime import datetime, date, timedelta def DownloadTweets(SinceDate, UntilDate, Query): ''' Downloads all tweets from a certain month in three sessions in order to avoid sending too...

Yes. I downloaded 312,000 tweets in a single day by running the function above. I ran the function 12 times, once for every month in 2014. You might not be...