This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
1.6.0
This latest release adds support for regular tweets, by removing a check that your latest tweet is a reply. It also provides a fix for a bug requiring the bot to start on an account that already had a Tweet.
Remove line 67 and update line 66 to the following, modifying to your own variables:
if comic['statuses'][0]['id'] is None:
Then update lines 80-81 (formerly 81-82):
except (ValueError, NameError):
# This tweet has not been replied to or no tweets have been posted yet