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/08/16

インストール

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