This bot helps you increase the engagement of your Instagram profile through different social algorithms. Increase the likes on your photos and followers.
- [β] Easy to use
- [β] Login
- [β] 2FA (bad location)
- [β] 2FA (sms pin enabled)
- [β] Multi-Session
- [β] Multi-Platform (Windows 10, Mac OSX, Linux, Raspberry PI 3)
- [β] Errors manager (bad pin, bad password)
- [β] Screenshot and Verbose logger
- [β] Like Mode Classic: bot select random hashtag from config list and like 1 random photo and repeat this all time.
- [β] Like Mode Realistic: bot select random hashtag from config list and like fast 10-12 photos, sleep 15-20min and repeat this all time. Sleep at night.
- [β] Like Mode Competitor Users: select account, select random followers, like 10-12 photo and sleep 15-20min. Sleep at night.
- [β] Like Mode Superlike: select random hashtag from config list and like 3 random photo of same user.
- [β] Comment Mode Classic: select random comment and random hashtag and write comment under photo.
- [β] Follow/Defollow Classic: follow user from random hashtag and defollow after 1h.
- [β] Defollow All: defollow all your following (ignore users in whitelist).
- Download stable bot version and extract it.
- Download Node.js >= 7.6 and install it.
- Run
npm install
ininstagram-bot.js
folder. - Rename
config.js.tpl
toconfig.js
, fill it properly. - Start the bot via
node bot.js
- If work add star β at this project β€οΈ
- If you want help me: donate on paypal or become a backer on patreon.
For advanced configuration see INSTALL.md.
If you received sms or email pin edit loginpin.txt
and insert it on first line. Wait 50-60 seconds...
Edit config.js
and switch chrome_headless
option to true
.
See images in ./logs/screenshot or disable chrome_headless
flag.
[ERROR] login: The username you entered doesn't belong to an account. Please check your username and try again. (restart bot and retry...)
- Why happen? Instagram desktop is in overcapacity. Happen at 12-14 and 19-21 all days.
- Solution: Login in other time or Logout from your instagram app, and login again. Reboot bot and retry... Try and retry, and retry, and retry... Or stop bot and wait 2-3h...
Error: Protocol error (Page.captureScreenshot): Target closed.
- Why happen? macOS don't support correctly screenshot from puppeteer
- Solution: set
screenshot
onfalse
inconfig.js
This code is no longer valid. Please request a new one. (400) (/accounts/login/ajax/two_factor/)
- Why happen? Instagram bug at login
- Solution: disable at moment 2FA or try old version of chrome (edit
config.js
setexecutable_path
)
- Download Social Manager Tools GUI (Note: is alpha version).
- Run application.
If you prefer to run this using Docker, an official container is available from the Docker Hub.
In order to run it, copy the config.js.tpl
file, configure it as you prefer, then use it through volume mapping,
like in this example:
$ docker run \
--restart=always \
--name=instagram-bot \
-d \
-v /path/to/config.js:/app/config.js \
socialmanagertools/instagram-bot.js &>/dev/null
See full roadmap (open task, todo and bugs) in project page.
I love snake_case syntax sorry for this π don't hate me.
Social Manager Tools GUIInstagramBot.js (LIB)
TwitterBot.js (LIB)
FacebookPageBot.js (LIB)
WordpressTelegramBot.js
MediumTelegramBot.js
GNU GENERAL PUBLIC LICENSE
Copyright (c) 2018 Patryk RzucidΕo (PTKDev)