https://github.com/caioagiani/telegram-bot
Simple Telegram-bot for network monitoring at 76Telecom
https://github.com/caioagiani/telegram-bot
bot javascript nodejs telegram telegram-bot
Last synced: 8 months ago
JSON representation
Simple Telegram-bot for network monitoring at 76Telecom
- Host: GitHub
- URL: https://github.com/caioagiani/telegram-bot
- Owner: caioagiani
- Created: 2019-11-19T11:20:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T04:58:29.000Z (over 5 years ago)
- Last Synced: 2025-04-08T10:42:01.448Z (about 1 year ago)
- Topics: bot, javascript, nodejs, telegram, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Telegram BOT
## Start:
```sh
$ git clone git@github.com:caioagiani/telegram-bot.git
$ cd telegram-bot
$ cp .env.example .env
$ yarn install
$ yarn start
```