Python based twitter bots.
- add your API keys to the
bots/config.py
- install python and pip packages
sudo apt install python3-pip -y && sudo apt install python3-venv -y
- make the virtual enviroment:
python3 -m venv venvName
- activate the virtual environment:
source venvName/bin/activate
- cd into
bots/
- run your selected bot, for example:
python3 autotweeter.py
- to turn off safely enter
deactivate