gesaleh / instagram-booster

Node.js application for increasing the number of Instagram followers by unfollowing and following popular accounts periodically.

Home Page:https://blog.vldmrkl.com/how-50-lines-of-code-raised-a-thousand-followers-on-instagram-within-one-month/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagram-booster

Node.js application for increasing the number of Instagram followers by unfollowing and following popular accounts periodically.

Warning

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

Publications

Dependencies

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

About

Node.js application for increasing the number of Instagram followers by unfollowing and following popular accounts periodically.

https://blog.vldmrkl.com/how-50-lines-of-code-raised-a-thousand-followers-on-instagram-within-one-month/

License:MIT License


Languages

Language:JavaScript 100.0%