新增 Pinterest 参考模式:独立于 Google Trends 的完整链路(12国种子词池 / LLM搜索词json_schema+防重复+已用词限100 / 并发爬图 / 多模态分析→原创简报 / 生图带爬取图参考图生图 / UI流程选择)

This commit is contained in:
2026-08-24 15:02:01 +08:00
parent 2144c36e60
commit 309d4a520c
30 changed files with 2076 additions and 23 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "pinterest-scraper"
version = "0.1.0"
description = "Pinterest 关键词图片爬取工具,通过 CDP 连接本地浏览器"
requires-python = ">=3.10"
dependencies = [
"playwright>=1.40",
"aiohttp>=3.9",
"aiofiles>=23.0",
]
[tool.uv]
package = false