简体   繁体   中英

What is the Twitter API rate limit when searching with tweet ids?

I am using Tweepy's statuses_lookup() to access some tweets by providing a list of 100k tweet ids and have a couple of questions.

Does the Twitter API rate limit apply to this scenario? And is there some risk that I lookup 100k tweets and then get charged afterwards or will the API just stop working when I eventually exceeds the limit?

This is my api decleration api = tweepy.API(auth, wait_on_rate_limit=True, wait_on_rate_limit_notify=True) .

Thanks for considering my question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM