A cross-platform desktop application built with Avalonia UI and .NET Core that retrieves public information from an Instagram profile — such as follower count, following, number of posts, bio, profile picture URL and other public metadata.
As of the latest Instagram updates, this application no longer works because Instagram changed its page structure and underlying code, breaking the HTML parsing logic.
The app will need to be updated to use the official Instagram Graph API or another reliable data source.
-
Clean, cross-platform GUI built with Avalonia UI.
-
Fetches public profile data for a given Instagram username:
- ✅ Followers count
- ✅ Following count
- ✅ Number of posts
- ✅ Display name
- ✅ Bio / profile description
- ✅ Profile picture URL
-
Runs on Windows, Linux, and macOS.
- .NET 9 / .NET Core
- Avalonia UI