Telegram client on your console
sudo apt-get install git python python3-pip aalib1
sudo pip3 install pillow telethon python-aalib pysocks
git clone https://github.com/bad-day/TelegramTUI
cd TelegramTUI
sudo pacman -S git python3 python-pip aalib
sudo pip3 install pillow telethon python-aalib pysocks
git clone https://github.com/bad-day/TelegramTUI
cd TelegramTUI
- Create application
- Put api_id and api_hash into config.ini
- Run
./telegramTUI
You can set proxy in config.ini
- Navigation:
Tab
,Shift+Tab
,Mouse
- Send message:
Ctrl+S
,Alt+Enter
- Delete message:
Ctrl+R
- Send file:
Ctrl+O
- Exit:
Ctrl+Q
,ESC
- Copy:
Shift+Mouse
- Paste:
Shift+Ins
,Shift+Middle mouse button