Files
dataset-tg-bot/.env.example
Arity-T c289d9c54e feat: add project infrastructure
- Add src/ structure with config and logger modules
- Add .env.example with required environment variables
- Add python-dotenv dependency
- Add TASK.md with implementation roadmap
2026-02-02 20:42:12 +03:00

7 lines
136 B
Plaintext

# Telegram Bot
BOT_TOKEN=your_bot_token_here
ADMIN_LOGIN=your_telegram_username
# Logging (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO