[Free bot] Free Instagram bot for your Raspberry Pi

I tried it but it would follow the same people repeatedly and get stuck and whatnot. I'd be super greatful and give a tip if someone helped me fix it, I guess @FaithlessDbo. I'm on Xubuntu and I just ran it on my computer and kept it on.
 
@FaithlessDbo I gave it another shot and it seems to be working fine. Maybe they fixed bugs for the new version. I'll let you know if I have trouble.
 
Hey probably a dumb question but I noticed the bot doesn't seem to be unfollowing anyone. It says,
trying to unfolow #1:
(and then skips to) getting user info: aslkdjfs
Trying to like media: 1238212781
I'm running mode 0 currently.
Thanks!
 
Hey probably a dumb question but I noticed the bot doesn't seem to be unfollowing anyone. It says,
trying to unfolow #1:
(and then skips to) getting user info: aslkdjfs
Trying to like media: 1238212781
I'm running mode 0 currently.
Thanks!

Same here ... tried everything ... the bot doesn't unfollow in mode = 0
 
Last edited:
Woaaa, i will try this soon, how many the maximum acc for 1 rasp
 
How many proxies do you have? :p
I don't think it's really limited. Currently I run 3 accounts on home IP, not sure how many more it can handle.
 
How many proxies do you have? :p
I don't think it's really limited. Currently I run 3 accounts on home IP, not sure how many more it can handle.
I mean it's only have 1gb of 1gb lpddr2 for pi 3, not so big
 
Install htop (sudo apt-get install htop) and write down htop in your command line. Check out the specs ;) I don't think you will encounter any problems anytime soon Perhaps you can run 50 -100 bots?
 
@FaithlessDbo it keeps saying there's no one to unfollow. I looked for the bug fix page you linked to but couldn't find it in the code, so I guess the new version fixed it (I just downloaded it fresh) but that part still doesn't work.
 
I'm just the messenger :p all difference can be found in the example:
Code:
 if mode == 0:
        bot.new_auto_mod()
    elif mode == 1:
        check_status(bot)
        while bot.self_following - bot.self_follower > 200:
            unfollow_protocol(bot)
            time.sleep(10 * 60)
            check_status(bot)
        while bot.self_following - bot.self_follower < 400:
            while len(bot.user_info_list) < 50:
                feed_scanner(bot)
                time.sleep(5 * 60)
                follow_protocol(bot)
                time.sleep(10 * 60)
                check_status(bot)
 
I'm afraid reposts are not in here, sorry.
 
Back
Top