feat: add browser-assisted douyin capture flow

This commit is contained in:
kris
2026-03-20 14:51:22 +08:00
parent 7070c3aa85
commit 1fa1b586f7
9 changed files with 855 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "storyforge-douyin-browser-capture",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Browser-assisted Douyin capture and sync tool for StoryForge",
"scripts": {
"capture": "node ./capture_and_sync.mjs",
"help": "node ./capture_and_sync.mjs --help"
},
"dependencies": {
"playwright": "^1.56.1"
}
}