Telegram Skill — User API Integration
All operations via Telethon (user API, not bot API). One session file for everything.
Setup (first run)
- Get API credentials at https://my.telegram.org/apps → create app → copy
api_idandapi_hash - Set env vars in your
.env:TG_API_ID=your_api_id TG_API_HASH=your_api_hash - Install Telethon:
pip install telethon - Run setup diagnostic:
python3 scripts/tg_setup.py - Authenticate (first time): `p
[Description truncada. Veja o README completo no GitHub.]