tiagod3p / insta-unfollow

Unfollow users that don't follow you back on Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

  • Create a file env.json
  • Insert your instagram account in that format: { "user": "username_instagram", "password": "password_instagram" }
  • Install dependencies using:
pip install -r requirements.txt
npm install
  • Run the script based on your OS:

Unix based (linux, mac):

bash script-unix.sh

Windows:

bash script-windows.sh

About

Unfollow users that don't follow you back on Instagram


Languages

Language:JavaScript 69.4%Language:Python 28.0%Language:Shell 2.6%