Skip to main content

Python SDK to access Github Archive

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gharchive-0.2.2.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

gharchive-0.2.2-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page