twitterbot_framework
twitterbot_framework copied to clipboard
A very basic framework for creating Twitter bots.
GIthub now has a templating function which makes it possible to easily build a project based on a template repo. This would be the perfect fit for this framework
This is just an idea. In my setup, the log file isn't created for whatever reason. I thought this could just be helpful.
This change fixes this error: ``` Traceback (most recent call last): File "bot.py", line 84, in tweet(tweet_text) File "bot.py", line 67, in tweet log(e.message) AttributeError: 'TweepError' object has no attribute...