I have a twitter developer account with @Berk68420751 id. I am using twitter developing account for my PhD academic researches. However, when I tried to access twitt data with the R program, I saw that my daily query limit of the account was limited to 180 only and I got error like "[1] "Rate limited … blocking for a minute and retrying up to 119 times …."
Obviously, this limitation was very insufficient for my work, is there any way to exceed these limits.
The database is a very valuable resource for my work. I would be very happy if you can solve my problem.
Regards,
The rate limits are applied per endpoint and per 15 minutes, not daily - what library are you using and what endpoint are you calling in R?
I use “twitteR” package in R and the cod line is:
dolartweets<-searchTwitter("#dolar",lang = "tr",n = 180000,since = "2020-07-24", until = "2020-09-22")
As a result, I get that error.