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 .
Do something with the Twitter keys (??)
Run tests
pytest
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 .
Do something with the Twitter keys (??)
Run tests
pytest