#

## Setting up development
Clone the repository
Install MongoDB and start the server
Install all required modules:
pip install -r requirements.txt
Install the program locally:
pip install -e .
Add your credentials
cp tweego/config_example.py tweego/config.py
Add your twitter keys and mongo connection to config.py
Add search keywords which you would like to tweet about in tweego/keywords.py
Run tests
pytest
[](https://travis-ci.org/ErikMann/tweego)