A Twitter bot which searches for a term or hashtag then replies to found tweet and follows the user.
- Python3
- Tweepy
-
Edit config.py (add twitter keys, search terms, messages and timer).
-
Open terminal/prompt and cd into the directory.
cd path/to/folder
-
Run it
python3 run.py
-
Press Ctrl C to exit.