feat: add Goldfish Recap YouTube summary PWA

YouTube subtitles via OpenRouter become persistent, shareable recaps
with timestamp jump links, PIN-protected creation, and Traefik deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-06-16 15:49:24 +02:00
commit 3f1da92cf4
27 changed files with 2070 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[project]
name = "ytrecap"
version = "1.0.0"
description = "Goldfish Recap — YouTube-Untertitel zu witzigen Recaps mit Sprungmarken"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
"uvicorn[standard]>=0.30",
"aiosqlite>=0.20",
"pydantic-settings>=2.2",
"python-dotenv>=1.0",
"pyjwt>=2.9",
"httpx>=0.27",
"youtube-transcript-api>=1.0",
"yt-dlp>=2024.1",
"pydantic>=2.0",
]
[build-system]
requires = ["setuptools>=70", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["server"]