rhiever/TwitterFollowBot

Why my already-followed.txt is empty

zeroyjk opened this issue · 1 comments

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

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