/InstagramUnfollowerReport

Want to unfollow your unfollowers?

Primary LanguageJavaScript

InstagramUnfollowerReport

Ever wanted to unfollow your unfollowers?

This program can be used to give you a list of unfollowers (people who have unfollowed you) since a certain date. This program is also capable of telling you people who you don't follow back and people who don't follow you back on Instagram. This program utilizes IO to compare the contents of two txt files (one representing your followers from the past, the other containing your current followers) and report the list of people who were present in the old list but not present in the new list (AKA ppl who have unfollowed you).


ListComparer.java outputs an ArrayList of elements from a list not present in another list; this can be used to tell you people who have unfollowed you or people you have unfollowed from a certain time.
obtainLists.js details the Instagram API code necessary to obtain the list of followers/following of a user from the javascript console on instagram.com. This can be used to obtain the lists of followers, followings, as well as lists of people who you don't follow back and people who don't follow you back.
trueCount.js details the code (to be pasted in Instagram.com console) to obtain the actual count of followers of the specified user. Instagram sometimes doesn't show an accurate follower count, so this can be used to give you that accurate reading of how many followers the specified user actually has
autoUnfollowUnfollower.js
doesXFollowMeBack.js

Instructions

First change the username in obtainLists.js and trueCount.js to the username of the account you want to run this program on, and then go to Instagram and paste and enter the content of obtainLists.js into the console and then enter copy(followers). Then open a txt file: (1) write the date on the first line, (2) paste (3) if you want to compare your current followers to previous followers, specify the path to each of the txt files in ListComparer.java and run the program (4) Follow my insta/github for more! :D



More on the Instagram API: https://stackoverflow.com/questions/32407851/instagram-api-how-can-i-retrieve-the-list-of-people-a-user-is-following-on-ins?answertab=scoredesc#tab-top