ade1256 / socialmanagertools-igbot

πŸ€– πŸ“· Instagram Bot made with love and nodejs

Home Page:https://www.npmjs.com/package/@social-manager-tools/igbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Manager Tools: IG BOT

πŸ€– Social Manager Tools: πŸ“· Instagram Bot API

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.

🎁 Support: Donate

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!

πŸ“Ž Menu

πŸ”– Screenshot

πŸ’‘ Features

  • [βœ”οΈ] 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.

πŸ‘¨β€πŸ’» Desktop setup (GUI)

  1. Download Social Manager Tools GUI.
  2. Run the application.
  3. If it works add a star 🌟 at this project ❀️
  4. If you want to help me: donate on paypal/ko-fi or become a backer on patreon.

πŸ”¨ Fast usage (Source Code)

  1. Download stable, beta or nightly and extract it.
  2. Download Node.js (LTS release) and install it.
  3. Run npm install in socialmanagertools-igbot folder.
  4. Remove .tpl suffix from config.js.tpl file in configs folder and fill it properly.
  5. Start the bot via npm run start
  6. If it works add a star 🌟 at this project ❀️
  7. If you want to help me: donate on paypal/ko-fi or become a backer on patreon.

πŸ”§ Fast usage (NPM Module)

  1. Run npm install @social-manager-tools/igbot@latest --save (Available: @latest, @beta and @nightly)
  2. Get config.js file from /node_modules/@social-manager-tools/igbot/configs/ folder.
  3. Remove .tpl suffix from config.js.tpl file in configs folder and fill it properly.
  4. 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();
})();
  1. If it works add a star 🌟 at this project ❀️
  2. If you want to help me: donate on paypal/ko-fi or become a backer on patreon.

🐳 Docker setup

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.

πŸ“š Documentation

  1. Run npm run docs-init
  2. Run npm run docs

If you want are available online here.

πŸ‘‘ Sponsors

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.

πŸ¦„ Backers

Thank you to all our backers! πŸ™ Become a backer on patreon.

❀️ Contributing

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!

πŸ“² Tools

🐍 Sorry for snake_case

I love snake_case syntax sorry for this 😭 don't hate me.

πŸ’« License

  • 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
Copyleft (c) 2018-2019 Patryk RzucidΕ‚o (@PTKDev) <support@ptkdev.io>

About

πŸ€– πŸ“· Instagram Bot made with love and nodejs

https://www.npmjs.com/package/@social-manager-tools/igbot

License:Other


Languages

Language:JavaScript 93.0%Language:Smarty 5.3%Language:Go 1.1%Language:Dockerfile 0.5%Language:HTML 0.1%Language:Shell 0.1%