yousefissa / Twitter-Follow-and-Unfollow-Bot

A bot that allows you to follow and unfollow users on twitter. Also allows you to do many other things.
119 stars 40 forks source link

Error screen_name #3

Closed luisramirezdev closed 7 years ago

luisramirezdev commented 7 years ago

Hello,

First, thanks for sharing your code.

I have a problem with screen_name, to solve it I had to add a line of code in twitterBot.py, this way my bot worked.

screen_name = config_data ["auth"] ["screen_name"]

I do not know if something is missing in the code.

Sorry for my bad English

yousefissa commented 7 years ago

Thanks for that!

Your english is fine. I will do some more testing on this tonight.