lejacobroy / InstabotWeb

A simple Instagram bot with a web control center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instabot

Description

This is a tool written in NodeJs to automatically like posts on Instagram by User-Defined tags, with a web control center. For the WebServer (built by de4df1sh) I'm using Express and for all Instagram actions an amazing Libary by huttarichard.

Installation

Just type the following commands in your console:

sudo apt-get install mongodb-server nodejs
git clone https://github.com/lejacobroy/InstabotWeb
cd InstabotWeb
npm install .

Screenshots

Example1 Example2 Example3 Example4

Usage

To use it, you need to start the mongodb server and then the nodejs server, it can be done two ways :

  • For Debugging, use the script startMongoServer.sh
  • For Satble use, use the script startAll.sh which will start both servers, whitout removing cookies and db data.

About

A simple Instagram bot with a web control center


Languages

Language:JavaScript 88.6%Language:HTML 9.5%Language:CSS 1.7%Language:Shell 0.1%