yangyunsong023/dsh-sxs-anti-bot-http ↗★ 1
dsh-sxs-anti-bot-http
DeepSeek Harness 的反爬虫 HTTP 获取工具
AI 分析
提供 UA 轮转、指数退避重试、反爬检测和自适应限流的网页抓取工具。适合需要 AI 稳定抓取具有反爬限制的外部网页数据的任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangyunsong023/dsh-sxs-anti-bot-http說明文件
閱讀完整 README ↗使用示例
sxs_fetch(url="https://example.com/news", referer="https://example.com/")
→ HTTP 200 + 页面文本(自动处理反爬与限流)