https://github.com/mskian/my-telegram-bot
Telegram Bot Build using Node.JS
https://github.com/mskian/my-telegram-bot
Last synced: 1 day ago
JSON representation
Telegram Bot Build using Node.JS
- Host: GitHub
- URL: https://github.com/mskian/my-telegram-bot
- Owner: mskian
- License: mit
- Created: 2019-05-08T17:13:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T02:45:00.000Z (about 6 years ago)
- Last Synced: 2024-12-29T21:14:13.232Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot
Telegram Bot Build using Node.JS
### Prerequisites
1. Rename **.env.example** to **.env**
2. Change the appropriate values of **.env** variables.
### Installation
```
npm install
```
## Usage
To run the application
```
npm start
```