mifi / SimpleInstaBot

Simple Instagram bot GUI
MIT License
604 stars 87 forks source link
bot gui instagram instagram-automation instagram-bot

SimpleInstaBot 🤖

Use a robot to attract more followers. Now as a simple desktop app!

Demo

Discord PayPal

How does it work?

It runs as a desktop application on your computer and will every day follow up to 150 users (configurable). You choose a list of Instagram users whose market you want to target. The bot navigates to each of these, finds the last people to have followed them and then follows each of them. Then after 5 days (also configurable), it will unfollow the users. Simple and effective.

The bot will remember every user it has followed, so if you quit the app and open it later, it will still clean up by unfollowing users that it previously followed.

You can find logs and data in your "App Data" folder. See userData. For example on Mac OS:

Library/Application\ Support/SimpleInstaBot/followed.json

Features

What makes it different from other bots?

Download

NOTE: After installing you may need to bypass "Untrusted app" dialogs. This is because Microsoft requires a costly certificate to remove this dialog (I'm not going to pay for that.) Alternatively, try to Google windows run untrusted app.

A word of warning

Many people are getting Action Blocked message these days with this bot as well as other bots (it seems even people just manually following using the app) Instagram is tightening their rules by not allowing promiscuous behavior like following and liking strangers' photos as much as before, and imposing temp blocks when they think you crossed the limit.

You use this app at your own risk! I have had great success with this app but I am not responsible for any consequences it may have for your Instagram account.

Tips to avoid ban

I advise you to follow these guidelines:

Multiple accounts

To run the bot on multiple accounts at the same time, run it with the command line argument --root to specify a unique path for each instance:

/path/to/SimpleInstaBot --root ~/Desktop/account1
/path/to/SimpleInstaBot --root ~/Desktop/account2

API / programmatic bot

SimpleInstaBot is built on instauto - you can instead use that if you want to program your own headless bot.

How to run on Raspberry PI

# SSH into your PI
ssh pi@ip.of.pi

# Download the Raspberry Pi binary
wget https://github.com/mifi/SimpleInstaBot/releases/latest/download/SimpleInstaBot-linux-armv7l.tar.bz2

# Extract it
tar xvf SimpleInstaBot-linux-armv7l.tar.bz2
cd SimpleInstaBot-linux-armv7l

# run it
DISPLAY=:0 ./simpleinstabot

# or:
DISPLAY=:0 ./simpleinstabot --no-sandbox

Troubleshooting

FAQ

Donate 🙈

This project is maintained by me alone. The project will always remain free and open source, but if it's useful for you, consider supporting me. :) It will give me extra motivation to improve it.

Paypal | crypto

Credits

Animations by:

Icons made by Freepik from www.flaticon.com

See also

Releasing

npm version patch && git push && git push --tags

Wait for github actions and go to https://github.com/mifi/SimpleInstaBot/releases


Made with ❤️ in 🇳🇴

More apps by mifi.no

Follow me on GitHub, YouTube, IG, Twitter for more awesome content!