feat: Telegram bot for Instagram monitoring via instaloader

- aiogram 3 bot with commands /start /check /status /stop
- InstagramMonitor: periodic check of followees stories and posts
- Docker deployment with docker-compose
- State tracking to avoid duplicate sends
- Auto-cleanup of old media files
This commit is contained in:
2026-06-17 11:30:13 +07:00
commit 6c51413d12
8 changed files with 389 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Telegram
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_telegram_user_id_here
# Instagram
INSTAGRAM_USERNAME=your_instagram_username
INSTAGRAM_PASSWORD=your_instagram_password
# Settings
CHECK_INTERVAL_MINUTES=15
MAX_MEDIA_SIZE_MB=50