|
|
Fetches public GitHub profile stats and displays them in a Discord profile widget.
This particular widget shows:
- GitHub handle, avatar, display name, and bio
- Total contributions
- Total stars across owned repositories
- Public repository count
- Top repository language
- Followers and following counts
Discord changed how widgets work recently, so you must either own the application or be part of the team that owns it before you can add the widget to your profile.
That means you cannot simply authorize someone else's hosted application and use it directly.
The good news is you can follow Setup.md to create your own Discord application.
For more context, see the Discord Previews message below: Discord Previews announcement
Restore, build, and test from the repository root:
dotnet restore
dotnet build --no-restore
dotnet test --no-restore --no-buildRun the same formatting check used by CI:
# Check formatting:
dotnet format --no-restore --verbosity diagnostic --severity info
# Verify formatting:
dotnet format --no-restore --verbosity diagnostic --severity info --verify-no-changes


