Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

vldmrkl/instagram-booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-booster

Node.js program for increasing activity on your Instagram profile by using a method of unfollowing and following popular accounts periodically. Using this program helps with:

  • gaining followers
  • increasing the number of likes on your posts
  • increasing the number of comments under your posts

Warning ⚠️

This package is deprecated.

July 2019: after running this program for about a week, Instagram would send you a notification about a suspicious activity on your account and would ask you to remove your credentials from 3rd-party services. If you don't comply with it, they would either shadowban or block your account.


Dependencies

Read More

Set up

  1. Clone the repository, and install node dependencies by running
npm install
  1. Create .env file using this this format:
USERNAME="YOUR_IG_USERNAME"
PASSWORD="YOUR_IG_PASSWORD"
  1. Edit the list of accounts you want to follow and unfollow in constants.js. (Optional)

  2. Start the app by running:

node app.js