🔍 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!
- .NET 8 SDK
- Node.js and NPM
cd ./src/IsaacHili.InstagramTools.App
dotnet restore
cd ./src/IsaacHili.InstagramTools.App/wwwroot
npm install
cd ./src/IsaacHili.InstagramTools.App
dotnet build
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
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
- Ensure that both .NET 8 and Node.js are installed.
- Run
dotnet --version
andnpm --version
to confirm installations if you encounter issues with dependencies.