- Backend: FastAPI + Telethon v2 WebSocket server - Frontend: React + TypeScript + Vite + Zustand - Features: Phone auth, 2FA, real-time bot chat - Fix: Use chats= instead of from_users= to sync messages from all devices - Config: BOT_USERNAME=AnvilForgeBot Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
telethon>=1.42.0
|
|
fastapi>=0.128.0
|
|
uvicorn>=0.40.0
|
|
websockets>=16.0
|
|
pydantic>=2.12.0
|
|
python-dotenv>=1.2.0
|