Go to file
2015-12-10 19:14:32 +03:00
debian debian/control: Add build-dependency on libevent-dev 2014-10-12 13:36:45 +02:00
gentoo/net-im/telegram-cli Fix it to work on current stable gentoo. 2015-07-15 16:48:15 +03:00
rpm Updated rpm with new spec 2014-02-05 16:14:07 +01:00
tgl@557453a441 updated tgl 2015-12-10 19:14:32 +03:00
.gitignore Adding __pycache__ 2015-05-20 01:13:07 -07:00
.gitmodules Detached libtgl 2014-11-12 17:39:22 +03:00
.travis.yml Still trying to appease the travis gods. 2015-05-23 17:57:35 -07:00
ax_lua.m4 Update ax_lua.m4 2014-02-25 16:45:50 +01:00
ax_python.m4 Update ax_python.m4 2015-10-14 12:43:33 +03:00
bootstrap Fixes to autotools for python detection 2015-05-17 15:58:32 -07:00
CHANGELOG updated tgl. Fixed contact_search. Added resolve_username 2015-06-18 15:54:55 +03:00
config.h.in updated tgl 2015-10-05 00:21:17 +03:00
config.sample commented binlog code1 2015-10-14 18:13:43 +03:00
configure updated tgl, update configure 2015-10-19 18:23:30 +03:00
configure.ac updated tgl, update configure 2015-10-19 18:23:30 +03:00
event-old.h Updates to event-old.h 2014-11-10 14:16:46 +03:00
interface.c added 'msg @username' command, fixed small bugs 2015-11-30 12:24:59 +03:00
interface.h fixes to lua 2015-10-02 14:56:24 +03:00
json-tg.c support for layer 42 2015-11-25 18:12:47 +03:00
json-tg.h Eliminate code duplication, remove the second argument of json_pack_peer 2015-06-07 23:21:05 +02:00
LICENSE Added GPL license text 2013-10-23 18:53:22 +04:00
LICENSE.h Added some fixes required by GPL 2013-10-25 13:28:29 +04:00
loop.c Merge https://github.com/schroedingersZombie/tg 2015-11-24 15:46:31 +03:00
loop.h updated to latest version of tgl 2015-01-12 00:52:40 +03:00
lua-tg.c Merge pull request #877 from yagop/test 2015-11-30 01:28:17 -08:00
lua-tg.h fixed json 2015-10-01 18:28:30 +03:00
m4_ax_check_openssl.m4 Fixed configure. Added fwd_media command 2014-09-07 19:17:35 +04:00
m4_ax_check_zlib.m4 Fixed configure. Added fwd_media command 2014-09-07 19:17:35 +04:00
m4-ax_gcc_builtin.m4 Support for compilers without __builtin_bswap32 2014-09-09 15:34:59 +04:00
main.c commented binlog code1 2015-10-14 18:13:43 +03:00
Makefile.in fixed Makefile 2015-10-09 13:54:30 +03:00
Makefile.tgl small update 2015-10-14 12:40:13 +03:00
Makefile.tl-parser updated tgl 2015-10-05 00:21:17 +03:00
mime.types Updated to use new version of tgl 2014-11-18 00:23:26 +03:00
python-tg.c support for custom keyboard 2015-06-17 16:48:44 +03:00
python-tg.h More include order issues due to python's broken define logic. 2015-05-23 18:40:56 -07:00
python-types.c Enabled Peer.fwd_msg for python scripts 2015-06-20 16:14:43 +02:00
python-types.h Add tgl_Msg class 2015-05-20 01:15:26 -07:00
README-Cygwin.md Second Patch to compile smoothly in Cygwin 2015-06-16 13:02:40 +09:00
README-LUA Added channel_info in Lua functions 2015-11-29 12:43:23 +01:00
README-PY.md Grammar fixes. 2015-06-05 02:16:42 -07:00
README.es Update README.es 2014-09-11 15:54:40 +04:00
README.md Fix Arch Linux package name 2015-09-13 12:03:21 +02:00
server.pub Create server.pub 2014-10-02 08:58:02 +04:00
start-telegram-daemon start-telegram-daemon permit -d flag 2014-12-22 03:17:43 +00:00
telegram-cli-cygwin.patch cygwin-patch: deleted changes in loop.c 2015-06-17 12:37:51 +03:00
telegram-cli.spec use the right .pub file since commit #ff14a08d53ac9e223ffada8a41e69ebb673aa7d7 changed tg.pub to tg-server.pub 2014-03-21 16:34:06 +01:00
telegram-daemon Added scripts to help run telegram as daemon 2014-09-10 00:47:34 +04:00
telegram.h updated version 2015-10-05 18:15:04 +03:00
test.lua test.lua reverted 2015-05-27 18:25:02 +03:00
tg-server.pub Enhance naming to show that the pubkey is the server's. 2014-03-11 15:10:19 +01:00
tg-test.py Added reply= and preview= to tgl.Peer.send_msg() 2015-05-28 01:04:07 -07:00

Telegram messenger CLI Build Status

Command-line interface for Telegram. Uses readline interface.

API, Protocol documentation

Documentation for Telegram API is available here: http://core.telegram.org/api

Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto

Upgrading to version 1.0

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).

Installation

Clone GitHub Repository

 git clone --recursive https://github.com/vysheng/tg.git && cd tg

Python Support

Python support is currently limited to Python 2.7 or Python 3.1+. Other versions may work but are not tested.

Linux and BSDs

Install libs: readline, openssl and (if you want to use config) libconfig, liblua, python and libjansson. If you do not want to use them pass options --disable-libconfig, --disable-liblua, --disable-python and --disable-json respectively.

On Ubuntu/Debian use:

 sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev libpython-dev make 

On gentoo:

 sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua dev-libs/libevent dev-libs/jansson dev-lang/python

On Fedora:

 sudo dnf install lua-devel openssl-devel libconfig-devel readline-devel libevent-devel libjansson-devel python-devel

On Archlinux:

 yaourt -S telegram-cli-git

On FreeBSD:

 pkg install libconfig libexecinfo lua52 python

On OpenBSD:

 pkg_add libconfig libexecinfo lua python

On openSUSE:

 sudo zypper in lua-devel libconfig-devel readline-devel libevent-devel libjansson-devel python-devel libopenssl-devel

Then,

 ./configure
 make

Other methods to install on linux

On Gentoo: use ebuild provided.

On Arch: https://aur.archlinux.org/packages/telegram-cli-git

Mac OS X

The client depends on readline library and libconfig, which are not included in OS X by default. You have to install these libraries manually.

If using Homebrew:

 brew install libconfig readline lua python libevent jansson
 export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.3.8/include"
 export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.3.8/lib"
 ./configure && make

Thanks to @jfontan for this solution.

If using MacPorts:

 sudo port install libconfig-hr
 sudo port install readline
 sudo port install lua51
 sudo port install python34
 sudo port install libevent
 export CFLAGS="-I/usr/local/include -I/opt/local/include -I/opt/local/include/lua-5.1"
 export LDFLAGS="-L/usr/local/lib -L/opt/local/lib -L/opt/local/lib/lua-5.1"
 ./configure && make

Install these ports:

  • devel/libconfig
  • devel/libexecinfo
  • lang/lua52

Then build:

 env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib LUA=/usr/local/bin/lua52 LUA_INCLUDE=-I/usr/local/include/lua52 LUA_LIB=-llua-5.2 ./configure
 make

Other UNIX

If you manage to launch it on other UNIX, please let me know.

Contacts

If you would like to ask a question, you can write to my telegram or to the github (or both). To contact me via telegram, you should use import_card method with argument 000653bf:0738ca5d:5521fbac:29246815:a27d0cda

Usage

bin/telegram-cli -k <public-server-key>

By default, the public key is stored in tg-server.pub in the same folder or in /etc/telegram-cli/server.pub. If not, specify where to find it:

bin/telegram-cli -k tg-server.pub

Client support TAB completion and command history.

Peer refers to the name of the contact or dialog and can be accessed by TAB completion. For user contacts peer name is Name Lastname with all spaces changed to underscores. For chats it is it's title with all spaces changed to underscores For encrypted chats it is <Exсlamation mark> Name Lastname with all spaces changed to underscores.

If two or more peers have same name, number is appended to the name. (for example A_B, A_B#1, A_B#2 and so on)

Supported commands

Messaging

  • msg <peer> Text - sends message to this peer
  • fwd <user> <msg-seqno> - forward message to user. You can see message numbers starting client with -N
  • chat_with_peer <peer> starts one on one chat session with this peer. /exit or /quit to end this mode.
  • add_contact <phone-number> <first-name> <last-name> - tries to add contact to contact-list by phone
  • rename_contact <user> <first-name> <last-name> - tries to rename contact. If you have another device it will be a fight
  • mark_read <peer> - mark read all received messages with peer
  • delete_msg <msg-seqno> - deletes message (not completly, though)
  • restore_msg <msg-seqno> - restores delete message. Impossible for secret chats. Only possible short time (one hour, I think) after deletion

Multimedia

  • send_photo <peer> <photo-file-name> - sends photo to peer
  • send_video <peer> <video-file-name> - sends video to peer
  • send_text <peer> <text-file-name> - sends text file as plain messages
  • load_photo/load_video/load_video_thumb/load_audio/load_document/load_document_thumb <msg-seqno> - loads photo/video/audio/document to download dir
  • view_photo/view_video/view_video_thumb/view_audio/view_document/view_document_thumb <msg-seqno> - loads photo/video to download dir and starts system default viewer
  • fwd_media <msg-seqno> send media in your message. Use this to prevent sharing info about author of media (though, it is possible to determine user_id from media itself, it is not possible get access_hash of this user)
  • set_profile_photo <photo-file-name> - sets userpic. Photo should be square, or server will cut biggest central square part

Group chat options

  • chat_info <chat> - prints info about chat
  • chat_add_user <chat> <user> - add user to chat
  • chat_del_user <chat> <user> - remove user from chat
  • rename_chat <chat> <new-name>
  • create_group_chat <chat topic> <user1> <user2> <user3> ... - creates a groupchat with users, use chat_add_user to add more users
  • chat_set_photo <chat> <photo-file-name> - sets group chat photo. Same limits as for profile photos.
  • search <peer> pattern - searches pattern in messages with peer
  • global_search pattern - searches pattern in all messages

Secret chat

  • create_secret_chat <user> - creates secret chat with this user
  • visualize_key <secret_chat> - prints visualization of encryption key. You should compare it to your partner's one
  • set_ttl <secret_chat> <ttl> - sets ttl to secret chat. Though client does ignore it, client on other end can make use of it
  • accept_secret_chat <secret_chat> - manually accept secret chat (only useful when starting with -E key)

Stats and various info

  • user_info <user> - prints info about user
  • history <peer> [limit] - prints history (and marks it as read). Default limit = 40
  • dialog_list - prints info about your dialogs
  • contact_list - prints info about users in your contact list
  • suggested_contacts - print info about contacts, you have max common friends
  • stats - just for debugging
  • show_license - prints contents of GPLv2
  • help - prints this help
  • get_self - get our user info

Card

  • export_card - print your 'card' that anyone can later use to import your contact
  • import_card <card> - gets user by card. You can write messages to him after that.

Other

  • quit - quit
  • safe_quit - wait for all queries to end then quit