Hello! New here. I’m trying to access my Academic API (which I believe is the V2 API?) to collect data from Twitter from 2010 to 2021. What package should I install in R to do so?

Thanks for reaching out. I’ve typically accessed these endpoints in R using httr but if you want something more tailored for the Twitter API you may want to try this package

2 Likes

I would recommend installing twarc and running it as a command line tool, and then importing the data into R for analysis instead:

Thank you! This is quite helpful.

1 Like