# Telegram parsing telethon==1.34.0 python-telegram-bot==20.7 # X.com parsing (web scraping, no account required) # Note: tweepy and instagrapi removed - using web scraping instead # Instagram parsing (web scraping, no account required) instaloader==4.10.3 # Instagram scraper library (works for public profiles without auth) # Database sqlalchemy==2.0.23 alembic==1.13.1 # Configuration pyyaml==6.0.1 python-dotenv==1.0.0 # Scheduling APScheduler==3.10.4 # Utilities requests==2.31.0 beautifulsoup4==4.12.2 lxml==5.0.0 pytz==2023.3 feedparser==6.0.10 # RSS feed parsing # Anti-bot bypass for Instagram and X.com curl_cffi==0.6.0 # Mimics Chrome TLS fingerprint to bypass bot detection # Translation deep-translator==1.11.4 # Google Translate API for text translation (no API key required) langdetect==1.0.9 # Language detection for translation