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
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.
- Clone the repository, and install node dependencies by running
npm install
- Create
.env
file using this this format:
USERNAME="YOUR_IG_USERNAME"
PASSWORD="YOUR_IG_PASSWORD"
-
Edit the list of accounts you want to follow and unfollow in
constants.js
. (Optional) -
Start the app by running:
node app.js