ricardojoserf / instagram-followers-bot

A bot for Instagram. You can follow users using a tag or in a specific location, unfollow those who dont follow-you-back, and follow-back those who follow you
476 stars 113 forks source link

It shows the error #2

Closed eraliev closed 5 years ago

eraliev commented 6 years ago

File "main.py", line 86 print "Following " + username ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Following " + username)?

ricardojoserf commented 6 years ago

Hello erakiev. Probably it is because you are running it using Python3, with needs parenthesis. Try running with Python 2 and tell me if it works :)

eraliev commented 6 years ago

Hi, i have tried to running with pyton2, but it shows this error -"instagram-followers-bot-master\LevPasha\InstagramAPI.py", line 164, in getTotalSelfFollowers return self.getTotalFollowers(self.username_id) AttributeError: InstagramAPI instance has no attribute 'username_id' "

ricardojoserf commented 6 years ago

Are you trying something similar to "python main.py -u USERNAME -p PASSWORD -o follow-tag -t cat"? Or what command are you trying?

eraliev commented 6 years ago

yes, i have several versions of python, path version is python 2.7 another version is py -3 (python 3) should i delete python 3?

ricardojoserf commented 5 years ago

I checked it now and it does not show any error. Please @eraliev tell me if it still happens :)

ricardojoserf commented 5 years ago

Hello, as the problem is solved and i did not receive an answer in one week, i will close the issue. Thank you! :)