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 분석

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

패키지
dsh-sxs-anti-bot-http
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$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 + 页面文本(自动处理反爬与限流)