Twitter bot fetching popular stackoverflow posts. Check it out Live.
Build your own StackOverflowPopular Bot, maybe specific to the languages/tags you are interested in.
- Set up python virtualenv
- Install the required python packages,
pip install -r requirements.txt. - Copy
secrets_example.pytosecrets.py. Edit the creds. - Tweet away,
python app.py.