← 返回
未分类

Website Screenshot Tool

Website Screenshot Automation Tool - 网站截图自动化,支持响应式截图、批量处理、定时调度、视觉对比 | Automated website screenshots with responsive capture, batch processing, scheduling, vi...
网站截图自动化工具,支持响应式截图、批量处理、定时调度和视觉对比
kaiyuelv kaiyuelv 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 319
下载
💾 0
安装
1
版本
#latest

概述

Website Screenshot Tool

功能

  • Capture — 单页截图,支持全页面/视口截图
  • Batch — 批量截图多个URL
  • Responsive — 模拟多设备尺寸(Desktop/Tablet/Mobile)
  • Compare — 两个网页视觉差异对比
  • Schedule — 定时截图任务调度
  • History — 截图历史记录与导出

使用

from scripts.website_screenshot import WebsiteScreenshot, ScreenshotScheduler

tool = WebsiteScreenshot(output_dir="screenshots")

# 单页截图
result = tool.capture("https://example.com", full_page=True)

# 响应式截图(桌面/平板/手机)
results = tool.capture_responsive("https://example.com")

# 批量截图
results = tool.capture_batch(["https://site1.com", "https://site2.com"])

# 对比两个网页
diff = tool.compare("https://site.com/v1", "https://site.com/v2")

# 定时截图
scheduler = ScreenshotScheduler(tool)
scheduler.add_job("https://example.com", interval_minutes=60)

CLI

python3 scripts/website_screenshot.py

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 67,980
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 76 📥 182,500
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,582