Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunobritodev/awesome-github-stats

πŸš€ Show everyone how amazing you are! Stay motivated and display your total contributions and level on your GitHub profile README
https://github.com/brunobritodev/awesome-github-stats

List: awesome-github-stats

dotnet5 github github-stars github-stats profile profile-readme readme-card readme-generator statistics-images

Last synced: about 2 months ago
JSON representation

πŸš€ Show everyone how amazing you are! Stay motivated and display your total contributions and level on your GitHub profile README

Awesome Lists containing this project

README

        





Get an accurate data from your contributions and transform into a card to show at your GitHub profile README


View Demo




Bruno Brito's GitHub Stats


Bruno Brito's GitHub Stats


Bruno Brito's GitHub Stats


Bruno Brito's GitHub Stats

# Content

- [Content](#content)
- [πŸš€ Quick setup](#-quick-setup)
- [πŸ’» Demo Site](#-demo-site)
- [πŸ’πŸ» SVGs wanted.](#-svgs-wanted)
- [πŸ–ŒοΈ Card Types](#️-card-types)
- [🎨 Themes](#-themes)
- [πŸ”§ Options](#-options)
- [Example](#example)
- [ℹ️ How these stats are calculated](#ℹ️-how-these-stats-are-calculated)
- [πŸ€— Contributing](#-contributing)
- [πŸ€” Motivations](#-motivations)
- [🧰 Installing Requirements](#-installing-requirements)
- [Requirements](#requirements)
- [Authorization](#authorization)
- [Running the tests](#running-the-tests)
- [πŸ’• Special thanks](#-special-thanks)
- [πŸ™‹β€β™‚οΈ Support](#️-support)

## πŸš€ Quick setup

1. Copy-paste the markdown below into your GitHub profile README
2. Replace the value after `brunobritodev` with your GitHub username

```md
[![My Awesome Stats](https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev)](https://git.io/awesome-stats-card)
```

## πŸ’» Demo Site

Here you can customize your Card with a live preview:

[![Demo Site](https://raw.githubusercontent.com/brunobritodev/awesome-github-stats/master/docs/awesomestats.gif "Demo Site")](https://awesome-github-stats.azurewebsites.net/)

## πŸ’πŸ» SVGs wanted.

If you are a Jedi Master building SVG, help-me adding new SVG's templates. Then we try to add some data on it!

----

## πŸ–ŒοΈ Card Types

There are few Card types to show your stats. Change `cardType` parameter.

| Card | Preview |
| :---------------: | :----------------------------------------------------------------------------------------------------------------: |
| `level (default)` | ![level](https://awesome-github-stats.azurewebsites.net/user-stats/carloscds) |
| `level-alternate` | ![level-alternate](https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev?cardType=level-alternate) |
| `github` | ![github](https://awesome-github-stats.azurewebsites.net/user-stats/DenverCoder1?cardType=github) |
| `octocat` | ![octocat](https://awesome-github-stats.azurewebsites.net/user-stats/eduardopires?cardType=octocat) |

## 🎨 Themes

To enable a theme, append `&theme=` followed by the theme name to the end of the source url:

```md
[![GitHub Streak](https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev&theme=dark)](https://git.io/awesome-stats-card)
```

| Theme | Preview |
| :----------: | :-----------------------------------------------------------------------------------------------------: |
| `default` | ![default](https://awesome-github-stats.azurewebsites.net/user-stats/ralmsdeveloper) |
| `dark` | ![dark](https://awesome-github-stats.azurewebsites.net/user-stats/eduardopires?theme=dark) |
| `tokyonight` | ![highcontrast](https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev?theme=tokyonight) |
| More themes! | **🎨 [See a list of all available themes](./docs/themes/README.md)** |

> If you have come up with a new theme you'd like to share with others, open an issue to add it!

## πŸ”§ Options

The `user` field is part of url `user-stats/`, which is required. All other fields are optional.

If the `theme` parameter is specified, any color customizations specified will be applied on top of the theme, overriding the theme's values.

| Parameter | Details | Example |
| :----------: | :--------------------------------------------------: | :---------------------------------------------------: |
| `theme` | The theme to apply (Default: `default`) | `dark`, `radical`, etc. [🎨➜](./docs/themes/README.md) |
| `show_icons` | Dont shown icons at left of labels (Default: `true`) | `true` or `false` |
| `preferLogin`| Use github login instead of name (Default: `false`) | `true` or `false` |
| `background` | Background color | **hex code** (without `#`) or **css color** |
| `border` | Border color | **hex code** (without `#`) or **css color** |
| `text` | Color of the text | **hex code** (without `#`) or **css color** |
| `title` | Color of the title at top | **hex code** (without `#`) or **css color** |
| `icon` | Color of the icons | **hex code** (without `#`) or **css color** |
| `ring` | Color of the ring around the level | **hex code** (without `#`) or **css color** |

### Example

```md
[![My Awesome Custom Stats](https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev?theme=tokyonight&Ring=DD2727&Border=13DD57&Text=DD2727)](https://git.io/awesome-stats-card)
```

## ℹ️ How these stats are calculated

This tool uses GitHub GraphQL to compute yours contributions since your first day at GitHub.

To include contributions in private repositories, turn on the setting for "Private contributions" from the dropdown menu above the contribution graph on your profile page.

Contributions include:

* Public commits
* Private commits
* Commits in your repositories
* Commits made in another repositories
* Pull requests to your repositories
* Pull requests to another repositories
* Issues
* Direct stars - Stars from your repositories
* Indirect Stars - Stars from repo's you have made some contribution
* Repositories you have created

If stats not showing look at [Learn more about what is considered a contribution](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile).

> Note: You may need to wait up to 24 hours for new contributions to show up ([Learn how contributions are counted](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile))

> Note: To prevent too many requests at GitHub we have an agressive cache strategy. You have to wait 24 hours to our server fetch your data again.

To check your stats go to:
* Stats: https://awesome-github-stats.azurewebsites.net/user-stats/brunhbrito/stats
* Rank: https://awesome-github-stats.azurewebsites.net/user-stats/brunobritodev/rank

The magic🌟 begins from these endpoints!

## πŸ€— Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve this project.

Make sure your request is meaningful and you have tested the app locally before submitting a pull request.

## πŸ€” Motivations

Actually another repositories with the same goal doesn't count stats with accuracy. The main goal is to have a strong data first, then a beatiful svg.

## 🧰 Installing Requirements

#### Requirements

- [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0)

### Authorization

To get the GitHub API to run locally you will need to provide a token.

1. Go to
2. Click **"Generate new token"**
3. Add a note (ex. **"GitHub Pat"**), then scroll to the bottom and click **"Generate token"**
4. **Copy** the token to your clipboard
5. **Go to** file `appsettings.json` in the `src/AwesomeGithubStats.Api` directory and add your PAT at `PATS: [...]` with **your token**

```json
"PATS": [
"your_pat_here"
]
```

### Running the tests

Before you can run tests, you have to add your PAT in `appsettings.json` at `tests/Tests`. Just how you have done above.

```bash
dotnet test
```

## πŸ’• Special thanks

Special thanks for [github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats) who build a Demo site. This version is almost the same code from there.

And another special thank to [Sindre Sorhus](https://github.com/sindresorhus) to increase the difficult to find a magical number to create Levels. The levels are based in his contributions.

----
## πŸ™‹β€β™‚οΈ Support

πŸ’™ If you like this project, give it a ⭐ and share it with friends!

---

Made .NET 6 ❀️