Telegram:
- /start <contact_id> Deep-Link Handler: verknüpft Kontakt automatisch mit chat_id
- QR-Code Endpunkt GET /api/v1/contacts/{id}/telegram-qr (PNG)
- TUI: Taste T öffnet QR-Code im Browser (HTML mit eingebettetem PNG)
- config.py + .env.example: TELEGRAM_BOT_USERNAME=mcm_bot
- qrcode[pil] zu requirements.txt hinzugefügt
WhatsApp:
- receiveTimeout 5→3s, HTTP-Timeout 8s → verhindert Polling-Overlap
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.30.0
|
|
pydantic>=2.7.0
|
|
pydantic-settings>=2.3.0
|
|
sqlalchemy>=2.0.30
|
|
PyMySQL>=1.1.0
|
|
cryptography>=42.0.0
|
|
python-telegram-bot[job-queue]>=21.0
|
|
aiohttp>=3.9.0
|
|
python-gsmmodem-new>=0.10
|
|
apscheduler>=3.10.4
|
|
textual>=0.75.0
|
|
python-dotenv>=1.0.0
|
|
httpx>=0.27.0
|
|
python-jose[cryptography]>=3.3.0
|
|
bcrypt>=4.0.0
|
|
textual-serve>=1.1.0
|
|
qrcode[pil]>=7.4.2
|