Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
/ telegraf-template Public archive

Telegraf.js bot starter template

Notifications You must be signed in to change notification settings

deptyped/telegraf-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegraf-template - bot starter boilerplate project

telegraf-template.png

Features

How to use

  1. Clone this repo or generate new repo via link
git clone https://github.com/deptyped/telegraf-template
  1. Rename .env.example to .env and set your BOT_TOKEN
mv .env.example .env
  1. Install dependencies
npm install
  1. Run watch mode
npm run start:dev