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

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

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