feat(youtube): modo --paste en el script OAuth para autorizar desde otro dispositivo
Build & Deploy ResearchOwl / build-and-push (push) Successful in 10s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
ChemaVX
2026-08-05 20:51:13 +00:00
co-authored by Claude Fable 5
parent cc1f0cab93
commit 960990327a
2 changed files with 69 additions and 20 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ One-time setup, in [console.cloud.google.com](https://console.cloud.google.com):
3. Credentials → OAuth client ID → **Desktop app**.
4. `python scripts/youtube_oauth.py --client-id … --client-secret …`, which
opens a browser, catches the redirect on localhost and prints the refresh
token.
token. Add `--paste` when the browser is on another device (an iPad, say):
the final redirect tab fails to load — nothing listens there, that is
expected — and you paste its full URL back into the terminal.
5. Put `youtube-client-id`, `youtube-client-secret` and `youtube-refresh-token`
into Infisical (they arrive as `researchowl-secrets-infisical`).