Skip to content

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

License

Notifications You must be signed in to change notification settings

BaseMax/TelegramClientMTProto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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