knowledge-vault/discussions/agents/GitHub助手GPT/2026-06-26-爬虫.md

17 lines
798 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1
你除了评估外,能否先做检索呢?
比如我现在有一个诉求想爬抖音、视频号或者youtube上的视频搜索一下现有的github或者其他工作有没有现成能用的不用自己开发一个Agent/Skill。
更准确的需求是:
我现在想做竞品分析我可以找到准确的要爬取的视频链接我最终要的不是一个视频而是视频的语音转文字稿同时能配套这个视频下的10条或者20条评论。
我拿到文字稿、评论后,就可以去做竞品分析了。
那么前期,这个链路就是:
1. 爬视频 -> 生成语音 -> 生成语音转文字稿;
2. 爬评论
我可以用codex帮我去做脚本甚至直接做执行。
想看看现在有没有现成的,不用重新造轮子。