Checking Accounts that are not following back on Instagram with account dumped file HTML
It use local HTML file dumped from Instagram "Request Download" instead of direct loggin the account to avoid getting banned.
- Log in your Instagram account with browser
- Go to Settings > Privacy and Security > Data Download > Request Download
- Unzip the dumped File and navigate to followers_and_following.
followers.html
following.html
This script compares the difference between followers.html and following.html for checking accounts that are not following back.
instafollowback.py -i /path/to/following.html -e /path/to/followers.html
The script will print the account names that are not following back.
usage: instafollowback.py [-h] [-i FOLLOWING_FILE] [-e FOLLOWER_FILE]
optional arguments:
-h, --help show this help message and exit
-i FOLLOWING_FILE, --following FOLLOWING_FILE
Following List Html Dump
-e FOLLOWER_FILE, --follower FOLLOWER_FILE
Followers List Html Dump
Front-end webpage of this project is available at InstaFollowingBack-Web