This library (including bot and API methods) allow you to increase visits, likes and followers on your social profile through different algorithms and offers API for developers to include custom bot functionality in their own applications. You will increase likes on your photos and your followers!
β DISCLAIMER: This is an unofficial library and offers no warranty! The developers and contributors of the project do not assume any responsibility in case of ban of your account. Use of instagram bots does not comply with the terms of the service: use this software at your own risk. A "bot" is legal software, but the use of a bot continuously violates the terms of use of Instagram and you risk a: soft ban (such as limited actions or follow-up) or you risk ban with suspension for a few days (or permanent). All trademarks and logos belong to their respective owners.
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours a week or in my spare time and try to keep it up to date and working. I do not intend to charge the basic features, but this cannot be done without your financial support, even small. There are professional bots with closed source on the Internet that save passwords on the cloud for β¬14/month: we want to protect your passwords and offer you a better product than others. A lower donation would allow continuous development, ever better quality and the realization of this dream. THANK YOU!
- π‘ Features
- πΎ Installation:
- π¨ Install From Source
- π¨ Install From NPM
- π¨βπ» Desktop App (Windows, Linux, Mac)
- π¦ Raspberry PI (Raspbian 9)
- π§ Linux Server (Debian 9 Server)
- π³ Docker
- π Configs:
- π VPN/Proxy
- πΏ List of Mode
- π How set Multi-account
- π½ Documentation (I hate writing it so, please, read it)
- π API Documentation (How to create your personal bot or mode)
- π» Developers Guidelines (If you want to contribute)
- π Known Bugs
- π» Community:
- π¦ Telegram group
- π Discord
- π Slack
- π Medium
- π€ Twitter
- [βοΈ] Easy to use
- [βοΈ] Login
- [βοΈ] 2FA (bad location)
- [βοΈ] 2FA (sms pin enabled)
- [βοΈ] Multi-Session
- [βοΈ] Multi-Platform (Windows 10, Mac OSX, Linux and Raspberry PI)
- [βοΈ] Error management feature (bad pin, bad password)
- [βοΈ] Screenshot and Verbose logger
- [βοΈ] Like Mode Classic: bot selects a random hashtag from a config list and likes 1 random photo, and can repeat this all time.
- [βοΈ] Like Mode Realistic: bot selects a random hashtag from a config list and likes fast 10-12 photos, it sleeps 15-20min and repeats this all time. Sleeps at night.
- [βοΈ] Like Mode Competitor Users: it selects an account, selects random followers, likes 10-12 photo and sleeps 15-20min. Sleeps at night.
- [βοΈ] Like Mode Super like: it selects random hashtag from a config list and likes 3 random photos of the same user.
- [βοΈ] Comment Mode Classic: it selects random comments and random hashtags and writes comments under photos.
- [βοΈ] Follow/Defollow Classic: follow 30 users, defollow first and rotate (in loop). This method is not detected from socialblade. 300 follow-defollow/day.
- Download Social Manager Tools GUI.
- Run the application.
- If it works add a star π at this project β€οΈ
- If you want to help me: donate on paypal/ko-fi or become a backer on patreon.
- Download stable, beta or nightly and extract it.
- Download Node.js (LTS release) and install it.
- Run
npm install
insocialmanagertools-igbot
folder. - Remove
.tpl
suffix fromconfig.js.tpl
file inconfigs
folder and fill it properly. - Start the bot via
npm run start
- If it works add a star π at this project β€οΈ
- If you want to help me: donate on paypal/ko-fi or become a backer on patreon.
- Run
npm install @social-manager-tools/igbot@latest --save
(Available: @latest, @beta and @nightly) - Get
config.js
file from/node_modules/@social-manager-tools/igbot/configs/
folder. - Remove
.tpl
suffix fromconfig.js.tpl
file inconfigs
folder and fill it properly. - On your code require library, config and run bot, example:
const config = require ("./config");
const Bot = require("@social-manager-tools/igbot");
let bot = new Bot(config);
(async () => {
await bot.start();
let api = await bot.api();
let response = await api.login.flow();
if (response.status) {
response = await api.twofa.flow();
}
if (response.status) {
response = await api.mode.flow();
}
await bot.stop();
})();
- If it works add a star π at this project β€οΈ
- If you want to help me: donate on paypal/ko-fi or become a backer on patreon.
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 (template of available in configs
folder), configure it as you prefer, then use it through volume mapping,
like in this example:
docker run --restart=always --name=socialmanagertools-igbot -d -v /path/to/configs/config.js:/app/configs/config.js socialmanagertools/igbot:amd64
AVAILABLE TAGS: amd64
(64bit), i386
(32bit),armv7
(Raspberry PI 2 and Raspberry PI 3), armv8
(Raspberry PI ARMv8). All point to the master github repository (stable version) but is available -nightly
suffix, example: armv7-nightly
.
WARNING: with docker is mandatory edit config.js
and set chrome_headless
on enabled
(or to true if you use v0.9.X
version) and set chrome_executable_path
to /usr/bin/chromium-browser
. Without this manual fix docker don't work.
- Run
npm run docs-init
- Run
npm run docs
If you want are available online here.
Support this project by becoming a sponsor. π Become a sponsor on patreon or become top3 sponsor on ko-fi. Your logo will show up here with a link to your website.
Thank you to all our backers! π Become a backer on patreon.
I π contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is horrible, sorry), new modes, best css selectors, fix and new feature! Read Developers Guidelines for best practices. Do not be afraid, if the code is not perfect we will work together π― and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk RzucidΕo π» π π π |
MaXfer π¨ |
Tanik π¨ |
Ilua Chubarov π» |
Julian Xhokaxhiu π» |
LΓ©onard Lecouey π» |
Lollymouth π» |
roNn23 π |
MoltenKH0R π |
Andrea π» π |
trungpv1601 π» |
π° In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!
I love snake_case syntax sorry for this π don't hate me.
- Code and Contributions have MIT License
- Images and logos have CC BY-NC 4.0 License
- Documentations and Translations have CC BY 4.0 License