Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:)