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

Is there any possibility to run unlimited instagram accounts on 1 VPS or PC ?
 
I get this bot and try to set. Work for litle time few minutes. Then Im not able to like anymore ( was work only few minutes to like) ! only to follow I can. Hovewer most of the follower dont apear when I refresh IG page.... why? any solving to this situation? thank
 
For some weird reason, I'm getting a login error:

"Login error! Check your login data!
xxxxxxx user info list is empty!!! xxxxxxxxx"

I've checked my password and it is working. I tried other accounts on the bot, and they work too.

Any suggestions?
 
is it working now and dont give block for mass following?
 
can that virtual machine do the same job of proxies for th IG accounts??
 
Thanks for uploading
Do i need to use a proxy if it’s only on my personal account? :)
 
its not working anymore,

I set up and it was logged in ..

Did 2 0r 3 activity and stopped working!

Happens everytime..

It was working fine months ago!
 
Is it working now?

Also, what's the difference between this and InstaPy?
From what I understand, Instabot doesn't emulate human actions and doesn't use Selenium so it is more risky but it requires less RAM.
 
Is it working now?

Also, what's the difference between this and InstaPy?
From what I understand, Instabot doesn't emulate human actions and doesn't use Selenium so it is more risky but it requires less RAM.
Its working fine am using it.. But it's too slow
 
Looks solid! I will give it a try.
Thanks for the share mate.
 
exactly, thats what i always recommend to people who have no money to invest. awesome guide.
 
Tried it. getting this error

Traceback (most recent call last):
File "example.py", line 6, in <module>
from src import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\__init__.py", line 1, in <module>
from .instabot import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\instabot.py", line 6, in <module>
from .userinfo import UserInfo
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\userinfo.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'

any idea how to fix it? TIA
 
Tried it. getting this error

Traceback (most recent call last):
File "example.py", line 6, in <module>
from src import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\__init__.py", line 1, in <module>
from .instabot import InstaBot
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\instabot.py", line 6, in <module>
from .userinfo import UserInfo
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\src\userinfo.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'

any idea how to fix it? TIA
Try writing "import requests" at the top of the document.
 
Try writing "import requests" at the top of the document.

Tried : now got

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\example.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
 
Tried : now got

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\new\instabot.py-master\instabot.py-master\example.py", line 5, in <module>
import requests
ModuleNotFoundError: No module named 'requests'

try opening your command line and running
Code:
pip install requests
 
Hi there, This probleme is showing, HELP
 

Attachments

  • Sans titre.png
    Sans titre.png
    18 KB · Views: 84
Back
Top