- download all user's public repositories
- filter forks and mirrors
- build a one year activity log
- run a gource on it
U need token before use.
$ pip install github-activity-visualiser
$ visualiser --help
$ git clone https://github.com/esemi/github-activity-visualiser.git
$ cd github-activity-visualiser
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry config virtualenvs.create false --local
$ poetry install
$ apt install gource
$ poetry run python github_activity_visualiser/visualiser.py --help