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

A few questions #5

Closed theolux closed 7 years ago

theolux commented 7 years ago

Hi,

First, I want to thank you for creating this script, it should be highly useful!

I tried running it for the first time now, and I already received a 'NameError: name 'raw_input' is not defined' error. I fixed it by replacing 'raw_input' with 'input', but now when trying to follow users based on keywords I set in 'config.json', it says 'Starting to follow...' but doesn't actually follow anybody, outputs 0 and then asks if I want to keep going.

Is just that the whole script is based on an older version of python and that's why it doesn't work properly or is it something else?

Following the followers of another user works great though! Regardless, I would appreciate if you update the code to the latest version of python for user convenience (I'm using python 3.6).

Also, should I be worried about getting banned? What are the limitations and are you planning on adding limitation options to the script?

Thanks!

yousefissa commented 7 years ago

I accepted a pull request and he switched it to Python 2. I will revert back now.

yousefissa commented 7 years ago

As far as limitations, i've had different experiences with different account.

yousefissa commented 7 years ago

Today I will go through all of the code and rewrite it and test every feature to make sure it still works.