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