非常知名而且重要的 Python 库。
https://github.com/psf/requests
python -m pip install requests
import requests r = requests.get('https://api.github.com/events')
Requests: HTTP for Humans™ — Requests 2.32.3 documentation