Add modular TMDb-first movie pipeline and Discord bot

This commit is contained in:
ProgrammGamer
2026-04-21 21:43:35 +02:00
commit bbba110268
13 changed files with 1283 additions and 0 deletions

10
start-bot.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
setlocal
echo Starte Discord Bot...
if not exist ".env" (
echo Hinweis: .env wurde nicht gefunden. Der Bot startet nur, wenn die benoetigten Variablen bereits als Umgebungsvariablen gesetzt sind.
)
k:\dev\Animes\.venv\Scripts\python.exe k:\dev\Animes\discord_bot.py
exit /b %errorlevel%