Twitter's API is annoying to work with, and has lots of limitations. Scrape all the tweets using simple python and selenium - No API rate limits. No restrictions. Extremely fast.
It appears you can ask for up to 25 pages of tweets reliably (~1200 tweets)
* selenium
* vaderSentiment
* chromedriver-install
Use the package manager pip to install following
pip install -r requirements.txt
Download it by clicking the green download button here on Github. You only need to parse argument specific Twitter keyword.
python main.py --keyword 'petta'
or
python main.py -k 'petta'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.