Telegram CLI Usage Guide
Installation
SKILL.md
Telegram CLI Usage Guide
Overview
Use tele to authenticate, list dialogs, and fetch messages from Telegram directly from the terminal.
Setup
- Check if
teleis already installed:which tele - Install with
uv(recommended):uv tool install git+https://github.com/AFutureD/tele-cli - Verify install:
tele -V - Config file:
telereads~/.config/tele/config.tomlby default and will create it on first run;
Notice
Related skills