Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sks444/pygithub-examples
Python scripts to access data from Github API v3 using Pygithub
https://github.com/sks444/pygithub-examples
github-api pygithub pygithub-examples python3
Last synced: 13 days ago
JSON representation
Python scripts to access data from Github API v3 using Pygithub
- Host: GitHub
- URL: https://github.com/sks444/pygithub-examples
- Owner: sks444
- License: mit
- Created: 2018-03-02T05:07:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T16:44:22.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T01:41:59.163Z (14 days ago)
- Topics: github-api, pygithub, pygithub-examples, python3
- Language: Python
- Size: 15.6 KB
- Stars: 40
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pygithub-Examples
Python scripts to access data from Github API v3 using [PyGithub](https://github.com/PyGithub/PyGithub)
[Inspired from](https://github.com/PyGithub/PyGithub/issues/321)
For now [get_repositories_details.py](https://github.com/sks444/Pygithub-Examples/blob/master/get_repositories_details.py),[get_issues_details.py](https://github.com/sks444/Pygithub-Examples/blob/master/get_issues_details.py) and [get_pr_details.py](https://github.com/sks444/Pygithub-Examples/blob/master/get_pr_details.py) seems complete.
In all of the other scripts we are only getting objects, more options coming soon..
see http://pygithub.readthedocs.io/en/latest/apis.html for more options.
## Contributing
Suggestions, PRs and Issues are Welcome:)