Skip to content

🤖 Modern Telegram Bot Starter kit based on Node.js and Telegraf framework.

License

Notifications You must be signed in to change notification settings

nezdemkovski/telegram-bot-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Boilerplate

Telegram Bot Boilerplate based on Node.js and Telegraf framework.

Before you start

First rename .env-sample file to .env and fill in all necessary values.

BOT_TOKEN="<YOUR_BOT_API_TOKEN>"
USERNAME="<YOUR_BOT_USERNAME>"
WEBHOOK_URL="<THE_URL_OF_YOUR_WEBHOOK>"
PORT="<PORT>"

For deployment just create .env.prod with your production values.

Start your server

yarn install
yarn dev

Pull Requests are welcomed :)

About

🤖 Modern Telegram Bot Starter kit based on Node.js and Telegraf framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published