Skip to content

A Python console application that allows you to see which of your Instagram followers are not following you back.

License

Notifications You must be signed in to change notification settings

azvyae/instagram-follbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Follbacks

Instagram Follbacks is a Python console application that allows you to see which of your Instagram followers are not following you back. You can also exclude certain users from the list (for example, official accounts that are clearly not going to follow you back but you don't want to include them in the list). You can also keep track of the accounts you have unfollowed by saving them in a list, so that they don't appear in the list again.

Preparation

To prepare your accounts, make sure you have a folder with your username in the accounts folder, and place your following.json, follower.json, exclude.json (optional), and unfollowed.json (optional) files there. Sample exclude.json and unfollowed.json files can be found in the accounts/sample folder.

To obtain the following.json and follower.json files, go to your Instagram privacy settings and download your data in JSON format. Then save the following.json and follower.json files in the accounts/<username> folder.

Run the App

To run the application, use the command python main.py <username> or python3 main.py <username>, or if no username is specified, you will be prompted to enter it before continuing.

Example command:

Copy code

python main.py johnsmith

I hope this helps! Let me know if you have any questions.

About

A Python console application that allows you to see which of your Instagram followers are not following you back.

Topics

Resources

License

Stars

Watchers

Forks

Languages