Skip to content

cyclone-github/github_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme Card

Cyclone's GitHub Stats

image

Features:

  • Tool to retrieve GitHub stats for your favorite user repositories
  • Add users for quickly recalling favorite GitHub repositories
  • Option to remove users you no longer wish to keep track of
  • Stores user configuration in 'config.json'

Example Usage:

  • ./github_stats.bin
  • Follow Prompts

Version:

  • v2023-10-13.1645; fixed watchers; added cache and ratelimiting support

Compile from source:

  • If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
  • This assumes you have Go and Git installed
    • git clone https://github.com/cyclone-github/github_stats.git
    • cd github_stats
    • go mod init github_stats
    • go mod tidy
    • go build -ldflags="-s -w" .
  • Compile from source code how-to: