Results 2 issues of dan mcquillan

the script works fine when downloading less than 100 images. however when i try to download more than 100 it hangs on 'Evaluating'. i have installed the latest version of...

question
error-reporting

i'm using the python API to 'search until' e.g. ``` tweet_stream = nasty.Search("trump", until=datetime(2018,5,2), lang="en").request() for tweet in tweet_stream: print(tweet.created_at, tweet.text) ``` with some datetimes it seems to go into...