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

Hey,

I resolved all my problems, and it seems to work now, but I got an other problem now, the same problem a few other guys had : It keeps following the same ID. So basically every time I run the bot it only follows ONE account.

Can anyone help me please ?
 
Hello everybody.
I got this error:
ModuleNotFoudeError: no module name called request.

What should i do? i couldn't find it in intabot.py-master folder


How did you fix that i got same error..cmd closes so fast!
 
How did you fix that i got same error..cmd closes so fast!
I'm using this script for a long time now and rescripted it for my own, i can help you
in this case u need to install requests, but im using linux, not sure how to solve this on windows
try "pip install requests" into ur terminal/cmd
 
I'm using this script for a long time now and rescripted it for my own, i can help you
in this case u need to install requests, but im using linux, not sure how to solve this on windows
try "pip install requests" into ur terminal/cmd
thanks its working now!
 
SyntaxError: invalid syntax
>>> pip install -r requirements.txt
File "<stdin>", line 1
pip install -r requirements.txt
^
SyntaxError: invalid syntax
>>>
cuz you need to install pip and requests just follow the tut in github
 
did you follow the instructions to install python & set up an amzn aws instance?
edit: tested it on my desktop and had same issue. : you're probably missing the 'requests' requirement. installing that fixed it.

1)Download Requests from https://github.com/kennethreitz/requests click on clone or download button

2)Unzip the file in your python directory

3)For windows use command cd to the requests directory you just made then "setup.py install"

4) command cd to the instabot.py directory then "example.py"
Now it works, thanks!.
 
I'm using this script for a long time now and rescripted it for my own, i can help you
in this case u need to install requests, but im using linux, not sure how to solve this on windows
try "pip install requests" into ur terminal/cmd
ohhh, tanks dude
 
Back
Top