pip install httpx[socks] 这条命令会从Python包索引(PyPI)下载并安装httpx库及其SOCKS代理支持的依赖。 3. 验证安装 安装完成后,你可以通过以下方式验证httpx库及其SOCKS额外依赖是否成功安装: 导入httpx库: 打开Python解释器或编写一个Python脚本,尝试导入httpx库:python import httpx ...
httpx_socks Bump version Dec 10, 2024 tests Release connection on any exception Nov 6, 2024 .coveragerc Add secure proxy connections support Nov 25, 2021 .flake8 Update flake8 config Nov 17, 2021 .gitignore Bump version Nov 6, 2024 ...
小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件 - fix:添加httpx[socks]包来解决设置socks代理时出现的异常 · test-
from httpx_socks import SyncProxyTransport def fetch(url): transport = SyncProxyTransport.from_url('socks5://user:password@127.0.0.1:1080') with httpx.Client(transport=transport) as client: res = client.get(url) return res.text async transport (asyncio, trio) import httpx from httpx_socks i...
romis2012/httpx-socks 版本发布时间: 2020-09-27 20:18:37 romis2012/httpx-socks最新发布版本:v0.8.0(2023-11-05 20:34:09)Make it compatible with httpx 0.15.4, httpcore 0.11.0 相关地址:原始地址 下载(tar) 下载(zip) 查看:2020-09-27发行的版本...
My code using both requests and httpx, it is not controlled by me, but be the packages that I'm using directly. So let httpx to support socks5h is the simplest way for my case. 👀 1 Member tomchristie commented Apr 30, 2024 Thanks, yep we probably should have socks5h proxy su...
romis2012/httpx-socks 版本发布时间: 2021-04-30 22:23:26 romis2012/httpx-socks最新发布版本:v0.8.0(2023-11-05 20:34:09)Make it compatible with httpx 0.18.x 相关地址:原始地址 下载(tar) 下载(zip) 查看:2021-04-30发行的版本微信小程序 MyGit:GitHub仓库更新&通知小工具...
小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件 - fix:添加httpx[socks]包来解决设置socks代理时出现的异常 · liose
romis2012/httpx-socks 版本发布时间: 2021-11-25 18:47:59 romis2012/httpx-socks最新发布版本:v0.8.0(2023-11-05 20:34:09)暂无更新说明 相关地址:原始地址 下载(tar) 下载(zip) 查看:2021-11-25发行的版本微信小程序 MyGit:GitHub仓库更新&通知小工具...
httpx>=0.28.0httpx[socks]>=0.28.0fastapi>=0.112.1uvicorn>=0.30.6aiofiles>=24.1.00 comments on commit 6e8c46a Please sign in to comment. Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...