What is a suitable API to collect tweets on a topic from January to April 2019?
Thanks Igor. Do you have any idea about premium account monthly limit ran out while I only made 25 requests and 10000 tweets (through multiple queries)? I am not sure how it exceeded the limit.
It looks like there are 71 queries that were run which I didn’t run at all. Apparently there are some .RDS files which do not contain any meaningful information.
If you’re using R - It depends on how the pagination worked - each successful call to the endpoint counts, regardless if it returns tweets or not - also, if automatically paginating using next tokens, remember that it paginates by 100 results by default (need to manually set this to 500 for paid premium), or 30 days of tweets - whichever comes first. So 1 call to a function in R could actually call the API multiple times.
system
closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.