The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
twitter limits
Hello. I heard somewhere that the limit on tweets per day using the Search Twitter operator is 1000. However, I think if one connects through the API using, say Python, the limit is orders of magnitude larger. Can anyone confirm the 1000 number?
I posted this question before and got this reply
The search requests limit is 180 per 15 min at the moment and that comes from the docs here
Rate limits: Standard v1.1 | Twitter Developer
maybe from this line
although it seems that in the above case it should 450 since it is an app, I think.
But then I tried 800 tweets and it ran fine. Does anyone have the solution to this?
And what if I try running 2000 or 3000, or more, will it cause me to be banned from Twitter?
I posted this question before and got this reply
The search requests limit is 180 per 15 min at the moment and that comes from the docs here
Rate limits: Standard v1.1 | Twitter Developer
maybe from this line
GET search/tweets | 180 | 450 |
But then I tried 800 tweets and it ran fine. Does anyone have the solution to this?
And what if I try running 2000 or 3000, or more, will it cause me to be banned from Twitter?
Tagged:
0