The data directory contained in the archive contains follower.js and following.js files that contain account IDs but not usernames or display names. I'd like the parser to crawl these files, retrieve this information, and output it into two files — JSON, CSV; doesn't really matter what format. Downloading the profile pictures would be a nice addition.
The use case for this I'd like to do a diff between lists of followers and followings obtained at different times, because this seems to be the only way to monitor which of my friends has deactivated. There are tools that I use that tell me who has unfollowed me, but I'd like to know who has left Twitter. My follower count is going down primarily because of account deactivations, not unfollowings, but I don't have a way of keeping track of who they are.
The
data
directory contained in the archive containsfollower.js
andfollowing.js
files that contain account IDs but not usernames or display names. I'd like the parser to crawl these files, retrieve this information, and output it into two files — JSON, CSV; doesn't really matter what format. Downloading the profile pictures would be a nice addition.The use case for this I'd like to do a diff between lists of followers and followings obtained at different times, because this seems to be the only way to monitor which of my friends has deactivated. There are tools that I use that tell me who has unfollowed me, but I'd like to know who has left Twitter. My follower count is going down primarily because of account deactivations, not unfollowings, but I don't have a way of keeping track of who they are.