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
- Host: GitHub
- URL: https://github.com/duskybomb/python-githubapi
- Owner: duskybomb
- Created: 2018-01-17T14:58:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T15:33:50.000Z (over 7 years ago)
- Last Synced: 2025-01-22T10:46:48.421Z (4 months ago)
- Topics: github, pygithub-library, python, python-githubapi
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```