gharchive

Python SDK to access Github Archive


License
MIT
Install
pip install gharchive==0.2.2

Documentation

py-gh-archive

Overview

Python SDK to access Github Archive

Getting Started

Install gharchive:

pip install gharchive

Or, for multi-processing in extracting archives:

pip install gharchive[mgzip]

A simple example:

from gharchive import GHArchive
gh = GHArchive()

data = gh.get('6/8/2020', '6/10/2020', filters=[
    ('repo.name', 'bitcoin/bitcoin'),
    ('type', 'WatchEvent')
])

Links

See the documentation here.

Author

Created by Nick DeRobertis. MIT License.