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

maricelu

Junior Member
Joined
Jun 9, 2013
Messages
148
Reaction score
63
Website
google.ro
This bot works perfectly. Going to sleep now - will leave it do its job :D
Thanks, OP! :)

P.S. Pay attention to the values in the example.py file. I lowered the values a bit just to make it even more safe.
 

Theris

Newbie
Joined
Oct 7, 2012
Messages
19
Reaction score
9
If someone knows python it would be easy to make a simple if/then scenario to stop the bot from trying to follow/like the same person/media.

Also, I'm having trouble getting the media_max_like and media_min_like commands to work. They just make the bot open then immediately close.
 

koraljko

Newbie
Joined
May 16, 2016
Messages
29
Reaction score
1
If someone knows python it would be easy to make a simple if/then scenario to stop the bot from trying to follow/like the same person/media.
Turns out that that was my problem. It tries following the same person.

Please if anyone has any experience in python it would be amazing if they could fix this.
 

midomady304

Newbie
Joined
May 3, 2016
Messages
2
Reaction score
0
any help !plz
!
aadasdasd.png
 

mumzspaghetti

Newbie
Joined
Sep 7, 2016
Messages
49
Reaction score
5
Thanks OP! this is working perfectly for me after installing python requests. Great way to learn the basics of instagram bots. Opening the readme file with notepad++ is a good explanation on how to use the features. I haven't figured how to follow users faster but to like posts faster just increase the like_per_day to =10000 for example
 

Cosmosc

Newbie
Joined
May 15, 2016
Messages
12
Reaction score
0
If someone knows python it would be easy to make a simple if/then scenario to stop the bot from trying to follow/like the same person/media.

I have the same issue, if someone could fix this, would be amazing !
 

iamdeadat2017

Regular Member
Joined
May 13, 2016
Messages
277
Reaction score
56
Using instabot.py
1: Download instabot.py files: https://github.com/LevPasha/instabot.py/archive/master.zip
2: Extract the .zip to your desktop / porn folder / wherever
3: Locate the file called "example.py"
4: Right click
5: Open with notepad
6: Edit in your account info, tags, follow and like limits
7: Save as "opensourcebotsfuckyeah.py"
8: Run the file you just saved. If everything went right you should see a terminal like this:
5K9ppHo.png

9: Go outside and spend the money you just saved at a liquor store​
as it is a python script......
can i run it in a python supported hosting?
 

Cosmosc

Newbie
Joined
May 15, 2016
Messages
12
Reaction score
0
Can someone help with this bot? It follow always the same persons/like same pictures
 

jb1rd78

Regular Member
Joined
Oct 22, 2014
Messages
380
Reaction score
137
Introduction
So you want to bot Instagram, but wouldn't like to throw hundreds of $$$ into the overpriced GUI tools that everyone on BHW seems to prefer? Worry no more! Vodkacola will help you spam the shit out of this social network, for FREE!
In this thread I will share the tool(s) I personally ended up using, and how to set them up, step by step.

What we will set up is an Amazon micro instance which runs these python scripts created by our lovely friend LevPasha: https://github.com/LevPasha/instabot.py



What features does this bot have?
-Follow by hashtags
-Unfollow
-Like by hashtags
-Comment by hashtags
-Custom follow and like limits
-Unlimited account support
-Proxy support​

What using this bot requires?
-a PC
-Ability to read​

What using this bot does NOT require?
-Coding skills
-Paying monthly fees for a motherfucking computer program
-Paying for anything at all
-Clicking referral links from some bullshit BHW tutorial thread​



Setting up AWS Micro instance (optional):
In this part we will set up a server where the scripts can run when your computer or internet is turned off.
1: Register to Amazon Web Services as a free tier user: https://aws.amazon.com/free/
2: Set up billing alerts as instructed here: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/free-tier-alarms.html
3: Launch the virtual machine where you will run the bots, as instructed here: http://aws.amazon.com/getting-started/tutorials/launch-windows-vm/

Installing Python
Next you need to install Python either into your PC or the Amazon virtual machine you just set up. I'm not going to explain this myself, the internet is full of tutorials for this stuff!

Using instabot.py
1: Download instabot.py files: https://github.com/LevPasha/instabot.py/archive/master.zip
2: Extract the .zip to your desktop / porn folder / wherever
3: Locate the file called "example.py"
4: Right click
5: Open with notepad
6: Edit in your account info, tags, follow and like limits
7: Save as "opensourcebotsfuckyeah.py"
8: Run the file you just saved. If everything went right you should see a terminal like this:
5K9ppHo.png

9: Go outside and spend the money you just saved at a liquor store​
Hell yeah dude. I like you already. Altho I gotta protest the Vodka and Cola. C'mon man..you need to get on the Captain Morgan wagon buddy! Nice share..
 

medmaar

Newbie
Joined
Oct 12, 2015
Messages
33
Reaction score
8
Fixed it !! i have a question thou how can i run the bot for just 'unfollow' ?
 

mkw2000

Newbie
Joined
Aug 15, 2016
Messages
5
Reaction score
2
I came across this one a while ago when I was trying to make my own and I just stuck with this. I've had it going with 2 accounts with no issues for a while now. Nice guide !
 
Top