Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtr0n/TelegramTUI
Telegram client on your terminal
https://github.com/vtr0n/TelegramTUI
npyscreen python telegram telegram-client telethon
Last synced: 3 months ago
JSON representation
Telegram client on your terminal
- Host: GitHub
- URL: https://github.com/vtr0n/TelegramTUI
- Owner: vtr0n
- License: mit
- Created: 2018-03-14T12:43:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:46:44.000Z (about 2 years ago)
- Last Synced: 2024-07-05T15:17:15.266Z (7 months ago)
- Topics: npyscreen, python, telegram, telegram-client, telethon
- Language: Python
- Size: 175 KB
- Stars: 820
- Watchers: 20
- Forks: 70
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
## TelegramTUI
Telegram client on your console![telegram](https://user-images.githubusercontent.com/18473198/37569384-a4d32e70-2af2-11e8-948c-5a177b384657.png)
### Dependencies
* [Telethon](https://github.com/LonamiWebs/Telethon)
* [NpyScreen](https://github.com/bad-day/npyscreen)
* [python-aalib](http://jwilk.net/software/python-aalib)### Installation
```pip install telegramtui```### Proxy
You can set proxy in ```~/.config/telegramtui/telegramtui.ini```### Controls
* 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`