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: 21 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T15:33:50.000Z (over 8 years ago)
- Last Synced: 2025-03-15T21:48:25.001Z (about 1 year ago)
- Topics: github, pygithub-library, python, python-githubapi
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- 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
```