DLSamson / Grammy-Telegram-Bot-Simple-Template

This is a template of grammy telegram bot. It's as simple as it can be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammy Telegram Bot Simple Template

This is a template of telegram bot using grammy.

You may use it to start development and dont spend much time on configuring the development environment.

To start working run these commands:

npm install
npm run dev

And create a config file config/default.json, example you can see in config/example.json


If you having some issues, try installing nodemon and typescript globally

npm i -D nodemon
npm i -D typescript

About

This is a template of grammy telegram bot. It's as simple as it can be


Languages

Language:TypeScript 100.0%