项目作者: anouarbensaad

项目描述 :
A NodeJS wrapper for the Instagram Bot It works with instagram private api ,It has almost all the features the Instagram app.
高级语言: JavaScript
项目地址: git://github.com/anouarbensaad/instagramBot.git
创建时间: 2018-09-26T17:31:57Z
项目社区:https://github.com/anouarbensaad/instagramBot

开源协议:MIT License

下载


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


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

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

Time Config.


Change the time at each action for you did not detect

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

Table of Contents


License


MIT