Offline tools for collecting, archiving, and organizing tweets. Uses https://python-twitter.readthedocs.io/en/latest/
- Python 3: http://docs.python-guide.org/en/latest/dev/virtualenvs/
- virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
- go to preferred workspace directory
- virtualenv venvs/presterity
- source venvs/presterity/bin/activate
- git clone git@github.com:/presterity/twitter-integration
- pip install -r twitter-integration/requirements.txt
- Follow the instructions at https://python-twitter.readthedocs.io/en/latest/getting_started.html to register a Twitter app.
- Under "Keys and Access Tokens," generate Consumer Key and Secret
- Copy your consumer key/secret and access key/secret into your own version of the config.py file