All Projects → anouarbensaad → instagramBot

anouarbensaad / instagramBot

Licence: MIT license
A NodeJS wrapper for the Instagram Bot It works with instagram private api ,It has almost all the features the Instagram app.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
TSQL
950 projects

Projects that are alternatives of or similar to instagramBot

Igbot
🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
Stars: ✭ 4,094 (+10135%)
Mutual labels:  instagram, instabot, instagram-bot
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+42.5%)
Mutual labels:  instagram, instagram-bot
insta-bot
Instagram automation library to perform likes, comments, follow, story viewing and much more.
Stars: ✭ 20 (-50%)
Mutual labels:  instagram, instabot
instapi
📷 Python Instagram API
Stars: ✭ 33 (-17.5%)
Mutual labels:  instagram, instabot
FCommunity
multi Checkers (Hma/Hulu/Spotify/Call of duty/Instagram/smtp2go/VyprVpn) in One Tool Named FCommunity
Stars: ✭ 26 (-35%)
Mutual labels:  instagram, instagram-bot
InstaResponder
Instagram Auto DM responder with DialogFlow 🔥
Stars: ✭ 42 (+5%)
Mutual labels:  instagram, instagram-bot
inshackle-bot
Get unlimited followers on Instagram for free . Bot by cyber kallan
Stars: ✭ 448 (+1020%)
Mutual labels:  instabot, instagram-bot
puppeteer-instagram
Instagram automation driven by headless chrome.
Stars: ✭ 87 (+117.5%)
Mutual labels:  instagram, instagram-bot
instabot.js
An attempt to create instabot as gui app
Stars: ✭ 30 (-25%)
Mutual labels:  instagram, instabot
Instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
Stars: ✭ 113 (+182.5%)
Mutual labels:  instagram, instagram-bot
igFame
📷 igFame - Tool for automated Instagram interactions [PHP]
Stars: ✭ 16 (-60%)
Mutual labels:  instagram, instagram-bot
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+137.5%)
Mutual labels:  instagram, instagram-bot
Hacking-tools
INSTAGRAM DM BOT | MULTI-THREADING REQUESTS BASED | PROXY SUPPORT
Stars: ✭ 35 (-12.5%)
Mutual labels:  instagram, instagram-bot
bot
Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
Stars: ✭ 321 (+702.5%)
Mutual labels:  instagram, instagram-bot
instapro
professional instagram tool for developers
Stars: ✭ 81 (+102.5%)
Mutual labels:  instagram, instabot
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+242.5%)
Mutual labels:  instagram, instagram-bot
Insta-Bot
Python bot using Selenium increasing Instagram Followers.
Stars: ✭ 62 (+55%)
Mutual labels:  instagram, instabot
InstaLite
Instagram api not official easy-to-use class, minimal number of features
Stars: ✭ 72 (+80%)
Mutual labels:  instagram
meerkat
Watch your following activities on Instagram.
Stars: ✭ 31 (-22.5%)
Mutual labels:  instagram-bot
dr scaffold
scaffold django rest apis like a champion 🚀
Stars: ✭ 116 (+190%)
Mutual labels:  json-api

InstagramBot


Plateform InstagramBot NODEJSV.

A NodeJS wrapper for the Instagram Bot It works with instagram private api ,It has almost all the features the Instagram app.

Requirements


NPM_Packages :

Features


Installation


  • Clone the repository. https://github.com/anouarbensaad/InstagramBot and switch into the directory cd InstagramBot

EXAMPLE


EXEMPLE

Database Config.


Modify the database configuration file common/common_db.js

function IGAPIDB(){
	const self = {}
	var pool  = mysql.createPool({
	  connectionLimit : 10,
	  host:     "<YOUR DB HOSTNAME | LOCALHOST>",
	  user:     "<DB USERNAME>",
	  password: "<DB PASSWORD>",
	  database: "<DATABASE_NAME>",
	  charset:  "utf8mb4_unicode_ci"
	});

Time Config.


Change the time at each action for you did not detect

setTimeout(function()
    {
      processfollow(source_user,category,resdata,index+1,callback);
    },Math.floor(Math.random()*('???'))+'???');
console.log('\x1b[93m%s\x1b[0m',"[~] Elapsed Time : "+_seconds+" seconds");

Table of Contents


License


MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].