Interface web pour noter rapidement les films non notés sur Trakt. Enrichissement TMDB (titres/résumés FR), notation 1-10 en un clic, bouton passer, filtres, tri, pagination. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 1. Go to https://trakt.tv/oauth/applications/new
|
||||
# 2. Create an app with Redirect URI: http://localhost:8000/auth/callback
|
||||
# 3. Copy Client ID and Secret below
|
||||
TRAKT_CLIENT_ID=your_trakt_client_id
|
||||
TRAKT_CLIENT_SECRET=your_trakt_client_secret
|
||||
TRAKT_REDIRECT_URI=http://localhost:8000/auth/callback
|
||||
|
||||
# From https://www.themoviedb.org/settings/api
|
||||
TMDB_API_KEY=your_tmdb_api_key
|
||||
|
||||
# Random string for session signing
|
||||
SECRET_KEY=change-me-to-something-random
|
||||
Reference in New Issue
Block a user