This commit is contained in:
2026-05-13 09:37:42 -04:00
parent ca3469376a
commit 2889993a7d
40 changed files with 1583 additions and 0 deletions

10
twitch-vod/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Twitch API credentials
TWITCH_CLIENT_ID=your-twitch-client-id
TWITCH_ACCESS_TOKEN=your-twitch-access-token
# Postgres configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=twitch_vod
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres