This is a repository to learn how to use the GitHub API. My intent is to create a base understanding of the information that is available through the API from GitHub. Be able to access and store it. Hereafter I intend to store, filter and use it for automated analysis.
-
PyGithub
- Documentation https://pygithub.readthedocs.io/en/latest/introduction.html
- Repository https://github.com/PyGithub/PyGithub
- Examples from the repository https://github.com/sks444/Pygithub-Examples/blob/master/get_repositories_details.py
-
requests
-
pybase64
-
json
-
GiHub Rest API
- Guide - https://docs.github.com/en/rest
- Traffic API - https://docs.github.com/en/rest/metrics/traffic
- Python Package Database - https://pypi.org/