Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bybenpuls/github-language-stats
Svg (readme) statistics of programming languages from your public GitHub repos
https://github.com/bybenpuls/github-language-stats
fastapi github languages pet-project python redis svg
Last synced: about 2 months ago
JSON representation
Svg (readme) statistics of programming languages from your public GitHub repos
- Host: GitHub
- URL: https://github.com/bybenpuls/github-language-stats
- Owner: byBenPuls
- License: apache-2.0
- Created: 2024-07-25T05:17:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T02:30:35.000Z (4 months ago)
- Last Synced: 2024-09-17T06:09:50.153Z (4 months ago)
- Topics: fastapi, github, languages, pet-project, python, redis, svg
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub profile language statistics
![](https://i.imgur.com/Tb0vwS4.gif)
Link:
`![](https:///?username=&theme=)`
Example:
`![](https://example.com/?username=byBenPuls&theme=ambient_gradient)`
## Available themes:
| Name | Preview |
|:--------------------------:|-------------------------------------------------|
| Main | ![](docs/assets/main.svg) |
| Dark | ![](docs/assets/dark.svg) |
| Monokai | ![](docs/assets/monokai.svg) |
| Gradient | ![](docs/assets/gradient.svg) |
| Ambient Gradient | ![](docs/assets/ambient_gradient.svg) |
| Vice City Gradient | ![](docs/assets/vice_city_gradient.svg) |
| Ocean Blue Gradient | ![](docs/assets/ocean_blue_gradient.svg) |
| Eternal Constance Gradient | ![](docs/assets/eternal_constance_gradient.svg) |
| Purpink Gradient | ![](docs/assets/purpink_gradient.svg) |## Installation
1. Copy `example.env` file in `.env`
```shell
cp example.env .env
```
2. Setup docker containersWith make:
```make
make run
```Without make:
```
docker-compose build && docker-compose up
```> [!TIP]
> Full documentation available in the docs folder