[Free bot] Free Instagram bot for your Raspberry Pi

Just stumbled upon this post and have been glued to it. Just have a few questions:

1) Where will the bot get likes from and can I can get it to get likes from accounts with certain number of followers?
2) If I want video views, can it also do that?

Thanks

1) That's not the purpose of the bot, please read
2) That's not the purpose of the bot, please read
 
Hey I’m running it completely fine but want to run it for multiple accounts. How am I able to run multiple accounts on the pi, and do I need to use a different IP address for each account?
 
Hey I’m running it completely fine but want to run it for multiple accounts. How am I able to run multiple accounts on the pi, and do I need to use a different IP address for each account?
Up to 3 accounts should be fine, beyond that I'd recommended using a proxy.
 
Is there a way to target certain accounts (large accounts in same niche) followers, to like and follow the followers of those accounts? Maybe I'm not seeing it, but I can put down the tags I want under "tag_list", but I don't see one for accounts, I only see "user_blacklist".
 
So i got the bot installed. But it goes like this:

Logging in as xxx.
Logged in succefully.

Trying to follow xyz1.
Followed #1 xyz1.
Trying to follow xyz2
Trying to follow xyz3
Trying to follow xyz4
Trying to follow xyz5

But it does Not matter how long i wait, it follows just the first Person. Any ideas?
 
Ive tried it before, but i had a problem with the login.
 
There are some issues with the package due to IG updates. I could upload my modified code if you'd like.
 
I'm using the instabot.py for over 3 weeks now on 3 accounts, i didn't know any python prior to this but it's running very wel, even tweaked the code for better implemtation!

You just have to respect some simple settings, i started it out with 250 followers then 350 and now running 400 F/U every day for 3 accounts

I read that there a re people setting this thing to 700 F/U

it's all about your default settings and your goals
 
KeyError: "name='csrftoken', domain=None, path=None"
 
Yes! I already updated it. Now I have this problem:
xxxxxxx user info list is empty!!! xxxxxxxxx
 
Did you apply your username and other info in the new file?
 
downloaded the bot from your link, changed login and pw.
Im trying to run it on my Pi. This is how i call the programm:

sudo python /home/pi/Desktop/bot/example.py

And it goes like this:

Following xyz1.
Following false #1
Following xyz1. // and here it freezes

this is the config:

like_per_day=0,
comments_per_day=0,
tag_list=['blabla'], #l: for location, check example in readme.md
tag_blacklist=['', ''],
user_blacklist={},
max_like_for_one_tag=0,
follow_per_day=137,
follow_time=1 * 60,
unfollow_per_day=0,


any advice?
 
No! I don't have additional steps to verification. When I command Python to do it logs successfully and after that I see this problem
 
Back
Top