- create twitter app to access Twitter Streaming API (https://apps.twitter.com)
- create a file called config.py take example on config.py.example
- obtain and provide tokens and keys
- specify the database to write to (in this case it is expecting mongodb configurations)
- Install virtualenv
pip install virtualenv
- Create an instance of virtualenv venv
virtualenv venv
- use the virtualenv
source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt