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

https://github.com/codeadamca/python-github-api

A basic example of using the GitHub API to list GitHub information.
https://github.com/codeadamca/python-github-api

Last synced: 6 months ago
JSON representation

A basic example of using the GitHub API to list GitHub information.

Awesome Lists containing this project

README

          

# Python and the GitHub API

A basic example of using Python with the GitHub API.

```
python -m pip install requests
```

***

## Repo Resources

* [Visual Studio Code](https://code.visualstudio.com/)
* [GitHub API](https://docs.github.com/en/rest)