Telegram client on your console
- Clone this repository
git clone https://github.com/IAMVanilka/TelegramTUI.git- Move to directory
cd TelegramTUI- Give the file
run.shexecutable permissions
chmod +x run.sh- Run the script
./run.shYou can set proxy in ~/.config/telegramtui/telegramtui.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 - Emoji menu:
Ctrl+E
I created this fork with AI support, which means there may be some bugs that I haven't spotted.
- The Telethon library has been updated to the latest version.
- The code where Telethon was used has been rewritten to the latest asynchronous code.
- The ability to select emoji has been added. To do this, use "^E".
- The application launch method has been changed.
- Added some shortcut tips at the bottom
The application was tested on Python 3.12.
