So i am an acadamic researcher with little to no experience with coding and using Rstudio is it’s the only program i understand well. For my research i need to collect data from 1 November 2019 untill 2 March 2021 so i can calculate a daily sentiment of these tweets. Now i am using the “get_hashtag_tweets” function from the “academictwitteR” package. The query i define is stock of a company “AMGN lang:en”. So after i let it run for a while it get the 503 error which means the service is getting to much requests but this is the 5 time i tried this and my volume of tweets is declining so i don’t know if the amount of tweets i request is maybe to much to handle. Is there someone that can help me out here?
There is a limit of 1 call per second on the v2 endpoint far as i know, the R library should be respecting this - if it’s not, it will likely cause these errors.
yes it does. It load like 500 max than again 500 max and so on and after a certain amount of loadings it just gives the error. Do you know how i could resolve this?
1 Like
I don’t know R well enough to debug this but it’s worth posting in the repository Issues - Issues · cjbarrie/academictwitteR · GitHub maybe someone there can figure it out!
1 Like