Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

1.6.0

Compare
Choose a tag to compare
@jessicarod7 jessicarod7 released this 16 Mar 00:45
· 41 commits to master since this release
1.6.0
7efd851

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