English | Portuguese
I highly recommend creating a Python virtualization environment before installing packages.
Use the command pip install -r requirements.txt
Create a config.py
file and put your keys and tokens
- Create a twitter developer account https://developer.twitter.com/en/portal/dashboard
- Apply to elevated access https://developer.twitter.com/en/portal/products/elevated
- Configure user authentication settings Make sure you click on the read and write option.
- Regenerate your Acccess Token and Secret.
It's necessary to change the
Only Read
permission toread and write
permission