Simple Twitter bot using Tweepy and Python.
Tweepy is a Python library which provide access to Twitter API.
pip install tweepy
Before run any file please edit config.py file according to your Keys and access token.
python3 update_status_bot.py
Goto your Twitter account profile you can see result.
There is a blog, how to create bot. Details is [here] (https://medium.com/@frfahim/create-a-simple-twitter-bot-with-python-and-tweepy-60ff5d4d3ad9#.9n0xy5fjd "Medium blog")