An open API service indexing awesome lists of open source software.

https://github.com/duskybomb/python-githubapi

Using Github API with python
https://github.com/duskybomb/python-githubapi

github pygithub-library python python-githubapi

Last synced: 2 months ago
JSON representation

Using Github API with python

Awesome Lists containing this project

README

        

# Python-GithubAPI

A python script to fetch data from Github using PyGithub library

## Setup
Install PyGithub library
```
$ pip install pygithub
```
## Run
```
$ python3 run.py
```