python - Throttle Twitter API Search -


i have list of twitter usernames i'm iterating on user's posts since particular date. more specifically, i'm doing in python tweepy.

every time return count of tweets got before hitting rate limit, number different. know twitter's api v1.1 has 15 minute windows, able 581 statuses. earlier morning able 120 , 390 tweets. documentation seems indicate

what's limit, , what's best way throttle tweepy don't code 88? there better python library twitter?


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -