🌐
GitHub
github.com › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
Typed interactions with the GitHub API v3. Contribute to PyGithub/PyGithub development by creating an account on GitHub.
Starred by 7.7K users
Forked by 1.9K users
Languages   Python 99.6% | Shell 0.4%
🌐
Readthedocs
pygithub.readthedocs.io › en › latest › introduction.html
Introduction — PyGithub 0.1.dev1+g7d1ba281e documentation
from github import Github # ... the available attributes and methods print(dir(repo)) ... This package is in the Python Package Index, so pip install PyGithub should be enough....
Discussions

Most suitable python library for Github API v3 - Stack Overflow
I am looking for a python library for the Github APIv3 suitable for me. I found one library (python-github3) mentioned in the GH API docs. After playing around with it in ipython for an hour or tw... More on stackoverflow.com
🌐 stackoverflow.com
How to use FIX api with python?
Yes I found a good example from FTX on github https://github.com/ftexchange/ftx/tree/master/fix More on reddit.com
🌐 r/algotrading
5
3
August 31, 2020
Is there a beginners guide to the python Plex API?

Plex does not officially document their API. There have been attempts by employees in the past, but I've never seen it get far enough along to be very useful. Everything I have been able to figure out has been by watching what happens in Chrome Dev Tools and WireShark.

If you go the python-plexapi route, I would highly recommend using the master branch from github (and not the pip version). A lot of work went into the current branch including proper testing and documentation. The best place to ask questions is probably in Github Issues. But also feel free to PM or email me directly if you're not comfortable with that.

More on reddit.com
🌐 r/PleX
8
19
May 23, 2017
How to build a proper python project and how does the development phase look like?
Worth checking out some videos from ArjanCodes on YouTube, I think he covers this (and his free to download design guide will probably help you). A key part of releasing software is providing test coverage. worth checking out how to use PyTest. FInally, packaging is an imporant part of Python and RealPython have a good overview of this: Python Modules and Packages – An Introduction - a site worth checking out generally More on reddit.com
🌐 r/learnpython
18
62
March 14, 2025
🌐
GitHub
github.com › googleapis › google-api-python-client
GitHub - googleapis/google-api-python-client: 🐍 The official Python client library for Google's discovery based APIs.
🐍 The official Python client library for Google's discovery based APIs. - googleapis/google-api-python-client
Starred by 8.8K users
Forked by 2.6K users
Languages   Python 94.1% | Shell 5.7% | Makefile 0.2%
🌐
GitHub
github.blog › home › developer skills › programming languages & frameworks › learn about ghapi, a new third-party python client for the github api
Learn about ghapi, a new third-party Python client for the GitHub API - The GitHub Blog
June 24, 2021 - Learn about ghapi, a third-party Python library and CLI client for the GitHub API. It includes tab-completion, integrated documentation and automatic pagination of responses. ghapi automatically manages required headers, query strings, route parameters, post data, and much more.
🌐
GitHub
github.com › kubernetes-client › python
GitHub - kubernetes-client/python: Official Python client library for kubernetes · GitHub
For example, v12.0.0 is based on Kubernetes v1.16, v11.0.0 is based on Kubernetes v1.15 and so on. This created a lot of confusion tracking two different version numbers for each client release.
Starred by 7.5K users
Forked by 3.5K users
Languages   Python
🌐
The Python Code
thepythoncode.com › article › using-github-api-in-python
How to Use Github API in Python - The Python Code
Using Github Application Programming Interface v3 to search for repositories, users, making a commit, deleting a file, and more in Python using requests and PyGithub libraries.
🌐
TechGeekBuzz
techgeekbuzz.com › blog › how-to-use-github-api-in-python
How to Use GitHub API in Python? [A Step by Step Guide]
The PyGithub library is an open-source Python library that can use the GitHub API V3 in Python. We can use this library to login into our GitHub account and access our private data.
Find elsewhere
🌐
PyPI
pypi.org › project › github
github · PyPI
An asynchronous python wrapper around the GitHub API
      » pip install github
    
Published   Jul 06, 2022
Version   1.2.7
🌐
PyPI
pypi.org › project › PyGithub
PyGithub · PyPI
This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
      » pip install PyGithub
    
Published   Mar 22, 2026
Version   2.9.0
🌐
GitHub
github.com › core-api › python-client
GitHub - core-api/python-client: Python client library for Core API.
data = client.action(document, ['flights', 'search'], params={ 'from': 'LHR', 'to': 'PA', 'date': '2016-10-12' }) The following schema and hypermedia formats are currently supported, either through built-in support, or as a third-party codec: ...
Starred by 182 users
Forked by 58 users
Languages   Python 100.0% | Python 100.0%
🌐
Martin Heinz
martinheinz.dev › blog › 25
All the Things You Can Do With GitHub API and Python | Martin Heinz | Personal Website & Blog
June 15, 2020 - First things first though - let's install both libraries (PyGitHub and Requests) and see a simple example for both: ... from github import Github import os from pprint import pprint token = os.getenv('GITHUB_TOKEN', '...') g = Github(token) repo = g.get_repo("MartinHeinz/python-project-blueprint") issues = repo.get_issues(state="open") pprint(issues.get_page(0))
🌐
GitHub
github.com › pricheal › python-client-server
GitHub - catmfoo/python-client-server: A basic example of a TCP client/server network using Python's socket and threading library. · GitHub
A basic example of a TCP client/server network using Python's socket and threading library. - catmfoo/python-client-server
Starred by 99 users
Forked by 41 users
Languages   Python
🌐
GitHub
github.com › Open-EO › openeo-python-client
GitHub - Open-EO/openeo-python-client: Python client API for OpenEO · GitHub
Python client API for OpenEO. Contribute to Open-EO/openeo-python-client development by creating an account on GitHub.
Starred by 204 users
Forked by 49 users
Languages   Python
🌐
GitHub
github.com › OpenCTI-Platform › client-python
GitHub - OpenCTI-Platform/client-python: OpenCTI Python Client · GitHub
OpenCTI Python Client. Contribute to OpenCTI-Platform/client-python development by creating an account on GitHub.
Starred by 144 users
Forked by 136 users
Languages   Python
🌐
Medium
medium.com › analytics-vidhya › getting-started-with-github-api-dc7057e2834d
Getting Started with Github API. REST API v3 using Python | by Gaganpreet Kaur Kalsi | Analytics Vidhya | Medium
July 20, 2020 - Example JSON → data = {“name” : “Hello-repo”} NOTE : — Be careful while constructing a URL and with the type of request. These were mostly the areas where the API threw an error to me.
🌐
GitHub
docs.github.com › en › rest › using-the-rest-api › libraries-for-the-rest-api
Libraries for the REST API - GitHub Docs
GitHub maintains these official client libraries for the GitHub API. These repositories are open source, and community contributions are welcome. For more information, see Scripting with the REST API and JavaScript and Scripting with the REST API and Ruby. ... The following are examples of third-party libraries that you can use to interact with the GitHub API in various programming languages.
🌐
GitHub
github.com › mprovenc › simple-http-client-server
GitHub - mprovenc/simple-http-client-server: A simple HTTP client and server built using Python sockets · GitHub
Python 3 is the minimum version of Python required to run both the client and the server. This project consists of the following two files which run the client and server, respectively: ... The file simple_client.py is capable of making simple HTTP GET and PUT requests. ... Note that there are 4 acceptable command line arguments. In order from left to right: Host. The hostname or IP address of the host on which the HTTP server is running. In the above example, the host is localhost because the HTTP server is running locally.
Starred by 2 users
Forked by 3 users
Languages   Python 98.0% | HTML 2.0%
🌐
Tableau
tableau.github.io › server-client-python
Tableau Server Client Library (Python)
The Tableau Server Client is a Python library for the Tableau Server REST API.