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

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

Awesome Lists containing this project

README

          

[![⚗️Check](https://github.com/kijimaD/act/actions/workflows/check.yml/badge.svg)](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
```