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.31k stars 447 forks source link

Error: value = line[1].strip() IndexError: list index out of range #84

Closed bysanlulls closed 8 years ago

bysanlulls commented 8 years ago

Trying to run the bot, I get the error: C:\Python34\python.exe D:/TwitterFollowBot-master/bot.py Traceback (most recent call last): File "D:/TwitterFollowBot-master/bot.py", line 3, in my_bot = TwitterBot('D:\TwitterFollowBot-master/config.txt') File "D:\TwitterFollowBot-master\TwitterFollowBotinit.py", line 42, in init self.bot_setup(config_file) File "D:\TwitterFollowBot-master\TwitterFollowBotinit.py", line 82, in bot_setup value = line[1].strip() IndexError: list index out of range

rhiever commented 8 years ago

Your config.txt isn't set up correctly. Please see, e.g., #82