Skip to content

csu/gh-streak

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gh-streak

A Python library, CLI, and API for fetching GitHub contribution streaks.

Installation

pip install ghstreak

Usage

CLI

# Get the current streak for csu
ghstreak csu

Python Library

import ghstreak

# Get the current streak for csu
ghstreak.get_streak_for_user('csu')

HTTP API

git clone git@github.com:csu/gh-streak.git
cd api
pip install -r requirements.txt
python server.py

Contributing

Pull requests and issues are welcome.

Maintainers

About

A Python library, CLI, and API for fetching GitHub contribution streaks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages