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.
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!
I mean it's only have 1gb of 1gb lpddr2 for pi 3, not so bigHow many proxies do you have?
I don't think it's really limited. Currently I run 3 accounts on home IP, not sure how many more it can handle.
Using that one, 12 accounts were unfollowed and then it said there are no more to unfollow. Any suggestions?@dano2 Perhaps this version has enough updates to fix that issue: https://github.com/andrewsegas/instaboost
Thanks for the head-up. Unfollowing hasn't worked since I started using the bot.After some digging I found this repo: https://github.com/dexs99/InstabotOK
Updated 16 hours ago so I hope this includes some fixes.
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)