See documentation: https://tweego.readthedocs.io/en/latest/
-
Clone the repository
-
Create a vitual enviroment
conda create -n tweego
-
Install all required modules:
pip install -r requirements.txtas well as:
pip install -r requirements_dev.txtin case problems with permissions, try:
pip install --user -r requirements_dev.txt -
Add your twitter keys and mongo connection to config.py:
cp tweego/config_example.py tweego/config.pyNote that this confidential config.py file will be git-ignored and not shared publicly.
-
Install the program locally:
pip install -e . -
Add search keywords which you would like to tweet about:
tweego/keywords.py -
Install MongoDB and start the server
-
Run tests
