Skip to content

A web app that shows you a list of Instagram users who are not following you back, and users who have unfollowed you.

Notifications You must be signed in to change notification settings

jaeyoungchang5/instagram-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Insights Project

Description & Usage

Instagram does not have a public API that can be used to gather a list of followers & following. In order to track who has unfollowed you, or who does not follow you back, it is necessary to get this list of your followers & following.

This web app scrapes your Instagram followers & following (via a Headless Browser), and returns a list of users who are not following you back & users who have unfollowed you

This web application will

  • take your Instagram username and password
  • collect your followers & following
  • return a list of people not following you back
  • return a list of people who have unfollowed you (in progress)
  • give you other insightful analytics (in progress)

To run the code locally, run

node app.js

Languages

  • HTML & CSS (with Bootstrap)
  • Node.js (Javascript & npm packages)
  • EJS

Note

The npm packages (node_modules) are not included. To run the code locally, run:

npm install

About

A web app that shows you a list of Instagram users who are not following you back, and users who have unfollowed you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published