1. 컴파일이나, CLI가 구동하는데 필요한 패키지를 설치한다.
$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make git-core
2. Telegram-cli 소스 다운받고 빌드하기.
$ git clone --recursive https://github.com/vysheng/tg.git && cd tg $ ./configure $ make
3. Telegram-cli 실행하기
$ bin/telegram-cli -k server.pub
이렇게 명령어를 입력하면, 밑의 사진처럼 뜨는데 겁먹지 말고 차근차근 하면 된다.
change_user_group: can't find the user telegramd to switch to Telegram-cli version 1.0.5, Copyright (C) 2013-2014 Vitaly Valtman Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type `show_license'. This is free software, and you are welcome to redistribute it under certain conditions; type `show_license' for details. Telephone number (with '+' sign): +8210..... <-- 폰번호 입력 Code from sms (if you did not receive an SMS and want to be called, type "call"): 12345 <-- 스마트폰에 설치된 텔레그램 어플 또는 SMS로 날라온 인증번호 5자리를 입력한다. |
그러면 쉘이 실행되는데 그럼 성공한 것이다 :-)
다음강좌는 텔레그렘으로 봇에 대한 강좌를 쓸 계획이다
'Develop' 카테고리의 다른 글
텔레그렘(Telegram)으로 간단한 서버 모니터링 하기. (0) | 2015.02.15 |
---|