DOUYlike使用
1、安装
git clone https://github.com/yourname/DOUYlike.git
cd DOUYlike
pip install tokenizers==0.14.1
pip install -r requirements.txt
playwright install chromium
2、配置config.yaml
device: "cuda"
base_url: "https://api.openai.com/v1"
api_key: "sk-your-key-here"
model: "gpt-4o"
dyd_path: "D:\\AI\\DyD下载器"
3、启动chorme
cmd中执行
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="%LOCALAPPDATA%\DyD_Chrome"
在此页面登录抖音
4、采集+转写+分析
python main.py collect # 仅采集收藏夹列表
python main.py transcribe # 仅转写视频为文字
python main.py analyze # AI 分析内容

浙公网安备 33010602011771号