Python Twitter Bot
config.py This contains the API keys and the function that creates the API object.
followback.py This script follows all the followers the account doesn't follow
retweeter.py This script likes and retweets tweets of specified users
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
python -m venv env
- Activate virtual environment
source env/bin/activate
- Install dependencies with
pip install -r requirements.txt