An open API service indexing awesome lists of open source software.

https://github.com/basemax/telegramclientmtproto

A tiny smart bot to reply my new messages in the telegram.
https://github.com/basemax/telegramclientmtproto

bot bot-api bots smartbot telegram telegram-api telegram-bot telegram-cli telegrambot

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```