[Tutorial] Setting up a FREE Instagram bot: instabot.py

Working for me like a charm :) Thanks. Actually takes a bit to make a like or follow/unfollow? Is this a normal behaviour of the bot? Like 7 Likes in 10 Minutes, I run in the Mode 0. Which is the best one?

Took me a long to figure out about the lib requests etc I was trying to run the command always - after I started the python in the cmd. That was my fault. So guys, if you dont know it -run: "pip install requests" in the CMD, dont run python first. Then at the end just right click the file you edited before with your date and open it with python.

That should be it.
 
Additionally, can anybody tell me why "max_like_for_one_tag=50," is set to 50? So no picture will be liked which has more than 50 likes? Why not?
 
OSX/Linux
Use $ sudo pip install requests if you have pip installed

On OSX you can also use sudo easy_install -U requests if you have easy_install installed.

Windows
Use > Path\easy_install.exe requests if you have a windows machine, where easy_install can be found in your Python*\Scripts folder, if it was installed. (Note Path\easy_install.exe is an example, mine is C:\Python32\Scripts\easy_install.exe)

If you don't have easy install and are running on a windows machine, you can get it here:


muito obrigado, ja tinha tentado resolver esse problema no mac de todas as maneiras, essa foi realmente a única que deu certo.
 
So this Bot was totally unfollowing people i've been following for years, how do i fix that. not cool
 
What does this mean?:
SyntaxError: invalid syntax

user name and password are correct!
 
Does anyone know if I can make this bot interact via people rather than hashtags?

And if there's a way how to disable commenting on videos?
 
Does anyone know if I can make this bot interact via people rather than hashtags?

And if there's a way how to disable commenting on videos?

Change this line and make 'enabled=False' to disable commenting
Code:
session.set_do_comment(enabled=True)
 
Does this bot work? Could anyone tested it recently?
Are there any problems with settings?
 
Does this bot work? Could anyone tested it recently?
Are there any problems with settings?
Works very well, I like it :) There are 2 python bots. Which I also like ist the Instamigos.net - its only 5 days free, but I was able to do a lot of followers in those few days. I love it.
 
Works very well, I like it :) There are 2 python bots. Which I also like ist the Instamigos.net - its only 5 days free, but I was able to do a lot of followers in those few days. I love it.

Thanks!
Will try in a few days. Let's see how it works :)
 
It keeps sending teh following error message:

password="password", XXXXXXXXXX
^
SyntaxError: invalid syntax


But the password is correct - I just used the same password to log in my IG from my desktop...

Help! PLease, Help!
 
Back
Top