UsageΒΆ
- 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: tweego/keywords.py
- Run tests: pytest