Skip to content

Releases: rhiever/TwitterFollowBot

Python 2 support, wait on action functionality, more actions

07 Jul 21:33
Compare
Choose a tag to compare

The bot should now work with Python 2. There were some issues with the print functions.

There is now functionality to make the bot pause for a random interval in between every follow/fav/etc. that it performs. Enabling this feature will make it less likely that your bot will anger the Twitter API gods.

auto_unfollow_all_followers() has been added, which unfollows everyone you're currently following.

Object-oriented version

18 May 23:31
Compare
Choose a tag to compare

Object-oriented version that supports multiple Twitter accounts via configuration files.

Flat script version

16 May 18:20
Compare
Choose a tag to compare

This version of the bot runs as a flat script and requires users to edit the script to provide API authentication information etc.