非常知名而且重要的 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 模板:联系天明