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.
- Host: GitHub
- URL: https://github.com/basemax/telegramclientmtproto
- Owner: BaseMax
- License: gpl-3.0
- Created: 2019-06-20T21:51:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T19:26:44.000Z (over 6 years ago)
- Last Synced: 2025-05-04T21:45:54.757Z (5 months ago)
- Topics: bot, bot-api, bots, smartbot, telegram, telegram-api, telegram-bot, telegram-cli, telegrambot
- Language: Python
- Size: 130 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```