rhiever / TwitterFollowBot

A Python bot that automates several actions on Twitter, such as following users and favoriting tweets.
GNU General Public License v3.0
1.3k stars 448 forks source link

Randomization & cache for tweets and favs #137

Open idomic opened 6 years ago

idomic commented 6 years ago

I understand I can create multiple bots from different conf files, Is it possible to randomize those actions so far, for instance retweet, favorite, follow and unfollow? When I tried to run the 4 different bots with multi-processes and threads it still ran synchronously.

Also, I've encountered a situation where I retweeted and favorite something that I already retweeted and favorite. Is there a caching/list like the following list?

Thanks!