Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T04:58:29.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T16:30:38.208Z (8 months ago)
- Topics: bot, javascript, nodejs, telegram, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Telegram BOT
## Start:
```sh
$ git clone [email protected]:caioagiani/telegram-bot.git$ cd telegram-bot
$ cp .env.example .env
$ yarn install
$ yarn start
```