Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
/ github-skyline Public archive

This program generate 3d graph of your contributions to GitHub platform

License

Notifications You must be signed in to change notification settings

doctorixx/github-skyline

Repository files navigation

Github Skyline (Alternative)

Alternative of https://skyline.github.com/

Warning

The official CLI from github has been released. The current repository will no longer be developed

This program generate 3d graph of your contributions to GitHub platform



Usage

  • Go to the latest release and select your platform
  • Download your system archive
  • Unzip archive

UI usage

Windows

  • Double-click on downloaded file

Linux and Mac

  • Run the download binary
./skyline-wizard.bin

CLI usage

(Use same file)

Warning

The command line interface only works in developer builds because the antivirus considers it a virus

img.png

Example:

MacOS / Linux

./skyline-wizard.bin -u doctorixx -y 2024

Windows

./skyline-wizard.exe -u doctorixx -y 2024

Python usage

  • Clone this repo
git clone https://github.com/doctorixx/github-skyline.git
cd github-skyline
  • Install all python requirements
pip install -r requirement.txt
  • Change variables (in github-stats.py)
from core import process_github_stats

if __name__ == '__main__':
    username = "doctorixx"  # CHANGE TO YOUR USERNAME
    year = "2023"  # CHANGE TO YOUR YEAR
    filename = f"{username}-{year}.stl"  # <- Generated filename

    process_github_stats(username, year, filename)
  • run github-stats.py

Linux/MacOS:

python3 github-stats.py

Windows:

python github-stats.py

Check "*.stl" fies in project root

Compatibility

(Checked binaries, With Python app works correctly on all platforms)

OS x64 arm64
MacOS
Linux
Windows

Developments builds

You can find developments build in GitHub Actions

About

This program generate 3d graph of your contributions to GitHub platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages