Skip to content

Activity visualizer for github users

License

Notifications You must be signed in to change notification settings

esemi/github-activity-visualiser

Repository files navigation

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