https://github.com/kijimad/act
Generate activity stats
https://github.com/kijimad/act
cli github stats
Last synced: 6 months ago
JSON representation
Generate activity stats
- Host: GitHub
- URL: https://github.com/kijimad/act
- Owner: kijimad
- License: gpl-3.0
- Created: 2022-10-01T13:31:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T16:12:06.000Z (over 2 years ago)
- Last Synced: 2025-12-31T02:18:37.595Z (6 months ago)
- Topics: cli, github, stats
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kijimaD/act/actions/workflows/check.yml)
# act

act is curating your github activity tool.
working example: [kijimaD/central](https://github.com/kijimaD/central)
# Install
```sh
$ go install github.com/kijimaD/act@main
```
# How to use
set `.act.yml`
```yml
userId: kijimaD
outType: file
outPath: ./README.md
commit: true
push: false
```
and prepare GitHub API token, run
```shell
$ GH_TOKEN= act
```
# Docker run
```shell
docker run --rm \
-e GH_TOKEN= \
-v "${PWD}":/workdir \
ghcr.io/kijimad/act:latest
```