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
- Host: GitHub
- URL: https://github.com/rahgurung/telegram-bot-template-nodejs
- Owner: rahgurung
- License: mit
- Created: 2020-05-17T14:54:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T15:11:13.000Z (about 6 years ago)
- Last Synced: 2025-03-29T03:49:29.307Z (over 1 year ago)
- Topics: boilerplate, nodejs, telegram, telegram-bot, template
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.