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

Damn what a great little script. I tried out instaninja and its... its alright... But I'd much rather run this. Thanks :)
 
Thanks for this great tool... It is working good but newbie it will be little complicated.
 
i got it to work but it will just perform some actions and then stop. no errors or anything. Did i miss a step in scheduling a loop?
 
Hey Guys, i just wanted to ask if anyone can help me. I tried this on my macbook, but i got an error. I've heard that there's an issue with the python library but i dont know where to install it on mac.

This is my error:

Last login: Sun Jun 4 22:59:53 on ttys000

Maxs-MBP:~ maxschmitz$ cd '/Users/maxschmitz/Downloads/instabot.py-master/' && '/usr/bin/pythonw' '/Users/maxschmitz/Downloads/instabot.py-master/opensourcebotsfuckyeah.py' && echo Exit status: $? && exit 1

Traceback (most recent call last):

File "/Users/maxschmitz/Downloads/instabot.py-master/opensourcebotsfuckyeah.py", line 12, in <module>

from instabot import InstaBot

File "/Users/maxschmitz/Downloads/instabot.py-master/src/instabot.py", line 16, in <module>

import requests

ImportError: No module named requests

Maxs-MBP:instabot.py-master maxschmitz$


Does anyone of you have an idea how i could solve this?
 
@MidnightRambo you are missing some modules, in this case the requests module

Try running this command: pip install requests

And try again.
 
Hi
Is it possible to follow user's followers from a list?
Regards
 
I dont understand no matter what,all login details entered and i checked 20 times it perfectly logins in browser,but when I launch program it shows me Login Error! Check your login data!
 
Back
Top