Skip to content

Explore your Instagram connections with Instagram Tools! See mutual followers, track one-way follows, and stay updated on who’s new to your circle.

Notifications You must be signed in to change notification settings

isaachili/instagram-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Tools

🔍 Explore Your Instagram Connections with Instagram Tools!

Ever wonder who’s in your Insta-circle? With Instagram Tools, you can easily explore your follower data and make sense of your connections. Discover things like:

👥 Mutual Followers – See who’s following you back and connect with those who are just as interested in your posts as you are in theirs!

🤔 One-Way Follows – Find out who you’re following that isn’t following you back. Perfect for tidying up your follow list and focusing on the people who engage with you.

📊 Follow-Back Tracker – Stay updated on who’s new to your circle and track who sticks around over time.

Whether you’re catching up with friends, cleaning up your profile, or just curious about your followers, Instagram Tools makes it simple, useful, and fun to see what’s really going on with your connections!

Prerequisites

  • .NET 8 SDK
  • Node.js and NPM

Installing Dependencies

.NET

cd ./src/IsaacHili.InstagramTools.App
dotnet restore

NPM

cd ./src/IsaacHili.InstagramTools.App/wwwroot
npm install

Building Project

.NET

cd ./src/IsaacHili.InstagramTools.App
dotnet build

NPM

Generates your CSS files with Tailwind CSS and PostCSS:

cd ./src/IsaacHili.InstagramTools.App/wwwroot
npm run build-css

Watches for changes in your HTML and CSS files and rebuilds them on-the-fly:

cd ./src/IsaacHili.InstagramTools.App/wwwroot
npm run watch-css

Running Project

Runs ASP.NET Core Blazor WASM project on http://localhost:5263:

cd ./src/IsaacHili.InstagramTools.App
dotnet run

Watches and hot reloads changes made within the .NET libraries:

cd ./src/IsaacHili.InstagramTools.App
dotnet watch

Troubleshooting

  • Ensure that both .NET 8 and Node.js are installed.
  • Run dotnet --version and npm --version to confirm installations if you encounter issues with dependencies.

Builds

Main
Release

About

Explore your Instagram connections with Instagram Tools! See mutual followers, track one-way follows, and stay updated on who’s new to your circle.

Resources

Stars

Watchers

Forks