Archive Twitch chat badges

This commit is contained in:
Joakim Hellsén 2026-01-16 00:28:25 +01:00
commit 6842581656
No known key found for this signature in database
14 changed files with 1394 additions and 1 deletions

View file

@ -6,6 +6,12 @@ DEBUG=True
# Generate a new secret key for production: python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'
DJANGO_SECRET_KEY=your-secret-key-here
# Twitch API Configuration
# Get your Client ID and Client Secret from https://dev.twitch.tv/console
# You can use either an app access token or user access token
TWITCH_CLIENT_ID=your-twitch-client-id
TWITCH_CLIENT_SECRET=your-twitch-client-secret
# Email Configuration
# SMTP Host (examples below)
EMAIL_HOST=smtp.gmail.com