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

Why my already-followed.txt is empty #143

Open zeroyjk opened 6 years ago

zeroyjk commented 6 years ago

Hello I have some question why my already-followed.txt is empty?? How to solve this problem.. My code is

from TwitterFollowBot import TwitterBot

my_bot = TwitterBot()
my_bot.sync_follows()
my_bot.auto_follow_followers_of_user("userfollowid", count=1000)

and how to change my password account with this code?

pxtyr commented 6 years ago

file permissions? already-followed.txt would need to be accessible/writable by user running TwitterBot