Use this tool to determine who doesn't follow you back, so you can cleanup your social media feeds.
Currently, designed for use with Instagram's JSON files.
- On the browser version of Instagram, select Account 'Privacy and Security'
- Under Data Download, select 'Request Download' and choose the JSON format
- Instagram will send you an email once the zip file is prepared!
- Extract the downloaded data, and copy the followers.JSON and following.JSON files from the followers_and_following directory
- Place these files in a new directory called 'data' in this code repository
- Python
- Numpy library
- JSON library
- Ensure the followers.JSON and following.JSON files are in the '/data' folder in the root repository (Use mkdir to create a new folder otherwise)
- Run the script in temrminal using the following command
python src/main.py > output.txt
- View the output file with the list of users who do not follow you back