All Projects → kevincobain2000 → Instagram Bot Api

kevincobain2000 / Instagram Bot Api

Instagram Bot using Nodejs and instagram api

Labels

Instagram Bot

Bot is working but the interface is still work in progress. This is work in progress

Demo

Soon

Description

Instagram auto like bot with web interface using nodejs, jquery, javascript and instagram api.

Deploy

Step-1 Install nodejs on your computer http://nodejs.org/

Step-2 Download the zip https://github.com/kevincobain2000/instagram-bot-api/archive/master.zip

Step-3 Register your api on instagram developer, Just google instagram developer. When You register you should have following configs there

WEBSITE URL    http://localhost:3000/
REDIRECT URI   http://localhost:3000/handleauth

Step4 Go to this folder /Downloads/instagram-bot-api-master/bot and create a new file. Name it instaConfig.js

Contents instaConfig.js

  exports.client_id = 'XXXXXXXXXX';
  exports.client_secret = 'XXXXXXXXX';
  exports.redirect_uri = 'http://localhost:3000/handleauth';

Important When you register your instagram app, wait for at least 24 hours before you start autoliking other instagram will ban that app.

Even if your app is banned, register another app and wait for 24 hours !

  { [Error: APIError: We've taken extra measures to protect the Instagram API from abnormal activity. 
  Since you have recently created your API application, please contact [email protected] to receive whitelisting for a higher rate limit.]
 

Go to this folder

/Downloads/instagram-bot-api-master 
and type from terminal install the dependencies
  sudo npm install
  node app.js

Last-Step Go to the browser localhost:3000

All Done !

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].