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
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# Telegram Bot
|
||||
BOT_TOKEN=your_bot_token_here
|
||||
ADMIN_LOGIN=your_telegram_username
|
||||
|
||||
# Logging (DEBUG, INFO, WARNING, ERROR)
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user