Analyze your Instagram data with these scripts. My goal with this repo is to occasionally add scripts when I have something interesting to add along with creating visually appealing results.
- Open a web browser
- Login to instagram and go to your profile
- Open your account settings
- Go to privacy and security
- Under data download hit "Request Download"
- Enter your email and password
- Wait up to 48 hours for your data (took ~5 minutes for me)
Scripts located in scripts/python
<connections.json> is a path to your connections.json file from your data download
Usage: python no_followback.py <connections.json>
For this operation you need two JSON-Files. One file, that you downloaded earlier before and one that is up to date.
<connections_old.json>is the path to the out-dated connections.json file from your data download.
<connections_new.json> is the path to the newer connections.json file from your data download.
Usage:
The old format: python missing_followers.py <connections_old.json> <connections_new.json>
The new followerformat: python missing_followers.py <followers_old.json> <following_new.json>