How do I retrieve tweets @jairbolsonaro in the period from 01/01/2018 to 20/12/2020 in R Studio or Python?
Cleyton Santana
You’ll need to use Premium API Premium Search Tweets: Full-Archive API | Docs | Twitter Developer Platform
but don’t use R to retrieve the tweets, because there’s some bugs Twitter premium API provides only 100 tweets per request even though limit should be 500 - #3 by IgorBrigadir
I recommend using Twarc GitHub - DocNow/twarc: A command line tool (and Python library) for archiving Twitter JSON