https://github.com/mdtanvirahamedshanto/git-stats
https://github.com/mdtanvirahamedshanto/git-stats
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdtanvirahamedshanto/git-stats
- Owner: mdtanvirahamedshanto
- License: gpl-3.0
- Created: 2023-09-27T12:57:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T15:39:05.000Z (6 months ago)
- Last Synced: 2025-04-10T15:59:23.594Z (6 months ago)
- Language: Python
- Size: 73.6 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📄 Documentation
Setup a GitHub Action which runs periodically and pushes generated images to a repository.
## 0️. Use this repo
*You can do this by clicking here.*\

## 1️. Create a GitHub personal tokenNo scopes are required, but additional one may be required depending on which features will be used. Each plugin documentation enumerates which scopes are required to make it work.
A a general rule, the following scopes may be required:
- `public_repo` for some plugins
- `read:org` for all organizations related metrics
- `repo` for all private repositories related metrics
- `read:user` for some private repositories related metrics
- `read:packages` for some packages related metrics
- `gist` for publishing renders to gists instead of a repository
## 2️. Put your GitHub personal token in repository secretsGo to the `Settings` of your repository and to create a new secret named `ACCESS_TOKEN` and paste your freshly generated GitHub token there.
