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

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
 
Hey all!! i want to import an .ini (with my insta login data) in my mainscript... its just to save the data a bit more... can anyone help me? :)
 
qCyo6Wsl


This is were I am upto, a little search reveals that others have modified this code to do all kinds of cool stuff, it works really well too.


I downloaded it but cant still find a way to make it work. can u help me with the procedure?

thanks
 
Is there a code to follow ONLY by LOCATION?
Or follow the followers from a specific user?
 
Can someone help... right i think its done it all started and is saying what it should be,one thing im baffeled about is how does it connect to the amazon web service instance i set up earlier,like if i turn laptop off as didnt connect it to the instance? Also it keeps unfollowing good profiles i want to follow is that normal,oh and is there a certain amount of tags to put init is less better or more etc

Would appreciate help as know jack myself

Thanks

Edit...... also im not noticing much activity on my page, wether thats impatience? Or done something wrong.what should be happeing for me to see it actually working,
i just clicked x on it and dont think its working in background lol i put all questions in 1 post to not clog up the thread
 
Last edited by a moderator:
How many followers are you guys getting with this software?
 
How many followers are you guys getting with this software?
Less than 10 per day. Idk why.
And i noticed that it unfollow people thay i already follow before using this code.

Thats why I ask if i can follow people from LOCATION and NOT by TAGS.
OOOR if i can set a profile to follow THEIR followers.
 
Less than 10 per day. Idk why.
And i noticed that it unfollow people thay i already follow before using this code.

Thats why I ask if i can follow people from LOCATION and NOT by TAGS.
OOOR if i can set a profile to follow THEIR followers.
Yh ive noticed that then gotta try remeber who u had so u can re follow.and may be worth liking pics by hand for the amount of followers as risking a ban for not much.im on instazood now for a 3 day free trial,seem to be getting more and you can do alot on there,like only like and comment on people who have less than 2000 followers,like a couple of a persons pic at once etc ill see how the followers go after 3 days then decide.u shouod try it if u havent as u dont need to put in card details to start free trial.
 
can somebody explain me how to run this with python?

How to install and run:
1) Download and install Python to your computer.

2) Install Python lib requests. Run command pip3 install requests if you use Python 3, or type pip install requests if you use Python 2.

To install it just open CMD and tipe in ' pip3 install requests ' , then run your file .py

I don't know hot to do step 2 and above...

If somebody could just tell me how I can start the file with python. I would appreciate it.
 
Thank you very much. It's working, but.... After an hour of work the program itself ends by closing the window... How to fix this ?
 
Getting this error

C:\Users\User\Desktop>osb.py
Traceback (most recent call last):
File "C:\Users\User\Desktop\osb.py", line 9, in <module>
from check_status import check_status
ModuleNotFoundError: No module named 'check_status'
 
Back
Top