Go to file
Dominic Zimmer f2f78cf0fd Add edits
2019-08-21 23:04:13 +02:00
config Initial Commit 2019-08-08 09:50:07 +02:00
.gitignore Initial Commit 2019-08-08 09:50:07 +02:00
authview.py Add preliminary 2FA support 2019-08-08 11:15:54 +02:00
commandline.py Add stdinput detection, remove commandline flag 2019-08-12 15:40:55 +02:00
drawtool.py Add edits 2019-08-21 23:04:13 +02:00
emojis.py Initial Commit 2019-08-08 09:50:07 +02:00
interactive.py Move sessionfile to .config/tttc 2019-08-08 16:03:43 +02:00
mainview.py Add edits 2019-08-21 23:04:13 +02:00
README.md Initial Commit 2019-08-08 09:50:07 +02:00
resources.py Initial Commit 2019-08-08 09:50:07 +02:00
tttc.py Move sessionfile to .config/tttc 2019-08-08 16:03:43 +02:00
tttcutils.py Move sessionfile to .config/tttc 2019-08-08 16:03:43 +02:00

TTTC, the telegram client

TTTC is an unofficial Telegram commandline client. It aims to provide a user experience similar to that of VIM.

Requirements

TTTC uses the curses and telethon python libraries. Curses is usually shipped with your python installation, but telethon can easily be installed via pip.

In order to use TTTC, you will need your own Telegram api_id and api_hash. You can read more about how to get them here.

Once you obtained your own api key and hash, you need to set them as your environment variables TTTC_API_ID and TTTC_API_HASH, respectively.

The client can be run with python3 tttc.py.