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

https://github.com/rahgurung/telegram-bot-template-nodejs

Boilerplate to create Telegram Bots with NodeJS
https://github.com/rahgurung/telegram-bot-template-nodejs

boilerplate nodejs telegram telegram-bot template

Last synced: about 1 month ago
JSON representation

Boilerplate to create Telegram Bots with NodeJS

Awesome Lists containing this project

README

          

# Telegram Bot Template NodeJS

My personal template to create NodeJS bots, so that you can spend your precious time writing the logic not configuring the project.

## How to use ?
1) Download the zip of this repo.
2) Extract on your repo folder locally.
3) Configure your `package.json`.
4) `npm install`.
5) Change `Rahul Gurung` to `YOUR NAME` in LICENSE.
6) Create `.env` from `.env.example`.
7) Conquer the world.