yangyunsong023/dsh-sxs-anti-bot-http1

dsh-sxs-anti-bot-http

Anti-bot HTTP fetch tools for DeepSeek Harness: UA pool rotation, retry with exponential backoff, anti-bot wall detection, and adaptive rate limiting.

AI Analysis

提供 UA 轮转、指数退避重试、反爬检测和自适应限流的网页抓取工具。适合需要 AI 稳定抓取具有反爬限制的外部网页数据的任务。

Package
dsh-sxs-anti-bot-http
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangyunsong023/dsh-sxs-anti-bot-http

使用示例

sxs_fetch(url="https://example.com/news", referer="https://example.com/")
→ HTTP 200 + 页面文本(自动处理反爬与限流)