新增 Pinterest 参考模式:独立于 Google Trends 的完整链路(12国种子词池 / LLM搜索词json_schema+防重复+已用词限100 / 并发爬图 / 多模态分析→原创简报 / 生图带爬取图参考图生图 / UI流程选择)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user