Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

its possible install telegram-cli in windows

Is it Possible to install telegramcli in Windows? I want to compile .exe file.

this source run in ubuntu but not worked php shell 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).

like image 661
Behzad Z Monfared Avatar asked Sep 29 '15 15:09

Behzad Z Monfared


1 Answers

You can use Cygwin to compile the original source code into telegram-cli windows binary.

Follow this guide (official): https://github.com/vysheng/tg/blob/master/README-Cygwin.md

like image 81
Plusb Preco Avatar answered Oct 19 '22 05:10

Plusb Preco