Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 230 Bytes

File metadata and controls

13 lines (10 loc) · 230 Bytes

TelegramClientMTProto

A tiny smart bot to reply my new messages in the telegram.

Startup

$ sudo chmod +x cli.sh
$ npm install pm2@latest -g
$ pm2 start --name 'Max Bot' '/root/bot/cli.sh'
$ pm2 save
$ pm2 startup