First commit

This commit is contained in:
2026-05-01 15:13:02 +03:00
parent c2fcedf608
commit b983126e6e
18 changed files with 7142 additions and 147 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Telegram Bot Token (обязательно)
# Получите у @BotFather в Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# VNDB API Token (опционально)
# Получите на https://vndb.org/u/tokens
VNDB_TOKEN=your_vndb_api_token_here
# Опции логирования
LOG_LEVEL=INFO
# Использовать sandbox API (для тестирования)
USE_SANDBOX=false