Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.11 KB

Github user activity visualiser

release PyPI version

  • download all user's public repositories
  • filter forks and mirrors
  • build a one year activity log
  • run a gource on it

Usage

U need token before use.

$ pip install github-activity-visualiser
$ visualiser --help

КДПВ

more details (rus)

Run from source

$ 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