https://github.com/mrkresnofatih/githubstatsgenerator
Generate SVG Stats using Go 🦜🐢🦐🐟
https://github.com/mrkresnofatih/githubstatsgenerator
circleci docker github-stats go golang
Last synced: 25 days ago
JSON representation
Generate SVG Stats using Go 🦜🐢🦐🐟
- Host: GitHub
- URL: https://github.com/mrkresnofatih/githubstatsgenerator
- Owner: mrkresnofatih
- License: mit
- Created: 2022-05-19T00:30:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T00:20:05.000Z (almost 4 years ago)
- Last Synced: 2025-08-16T20:17:01.621Z (10 months ago)
- Topics: circleci, docker, github-stats, go, golang
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GithubStatsGenerator
Generate github stats in SVG using Go. They generate 4 SVGs:




## How To Get Started
1. Create Github Token [here](https://github.com/settings/tokens). Not sure how big the scopes should be, I just select all scopes to make sure the token allows me to do anything.
2. Create a target repo if you don't have one already. If the repo doesn't exist, it won't work.
3. Using docker, inject them as env. variables like so:
```docker
docker run --name githubstatsgenerator -e GH_TOKEN=someGithubToken -e REPO=existingRepoName ghcr.io/mrkresnofatih/ghcr.io/mrkresnofatih/ghstatsgenerator:latest
```
4. You probably want this to be ran in some cron tiggers. I'm currently testing this with `Github Actions`.
5. The SVGs will be inside `generated` folder
## Releases

## Developed using:
