https://github.com/heismauri/unfollower-tracker
Find out who does not follow you back on Instagram using this Python script
https://github.com/heismauri/unfollower-tracker
Last synced: 3 months ago
JSON representation
Find out who does not follow you back on Instagram using this Python script
- Host: GitHub
- URL: https://github.com/heismauri/unfollower-tracker
- Owner: heismauri
- Created: 2023-01-17T20:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T20:54:20.000Z (over 2 years ago)
- Last Synced: 2025-01-22T02:41:28.920Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unfollower Tracker for Instagram
Find who is not following you back using this Python script.# Usage
1. Request your Instagram Data, [here](https://help.instagram.com/181231772500920) is a tutorial on how to do it. IMPORTANT: The requested format should be JSON. Depending on your account this might take some hours.
2. Download your Instagram Data, and find the folder `followers_and_following`. Then copy and paste that folder on the main directory.
3. Run this script by using the "Start" button on your VSCode or typing `python unfollower-tracker.py` on your terminal.# Whitelisting
You can whitelist some account you would like to keep following (artists, stores, events, etc) and not be shown on your non-followerback list. You will have to create a file called `whitelist.json`. You can see the file `whitelist.example.json` to know how to format it.