Command-line interface for Telegram. Uses readline interface. It is client implementation of TGL library.
Note: This is a fork of
telegram-cli
.
Build status:
Repository | Status |
---|---|
vysheng (main) | |
kenorb-contrib |
Documentation for Telegram API is available here: http://core.telegram.org/api
Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto
First of all, the binary is now in ./bin folder and is named telegram-cli. So be careful, not to use old binary.
Second, config folder is now ${HOME}/.telegram-cli
Third, database is not compatible with older versions, so you'll have to login again.
Fourth, in peer_name
'#' are substitued to '@'. (Not applied to appending of '#%d' in case of two peers having same name).
Clone this GitHub repository with --recursive
parameter to clone submodules.
git clone --recursive https://github.com/kenorb-contrib/tg.git && cd tg