Skip to content

Latest commit

 

History

History
 
 

sample-echo-bot

grammY port of NestJS Telegraf

ℹ️ This project would not be possible without the help and assistance of Aleksandr Bukhalo and the fantastic bukhalo/nestjs-telegraf project.

Installation and Setup

To test out this repo:

  • Clone the repo
  • Run yarn install
  • Change into this sample folder via cd packages/sample-echo-bot
  • Copy .env.example to .env and fill in with the appropriate information (leave BOT_INFO blank at first -- you will see a debug log showing how to fill it out in the future)
  • Run:
DEBUG=bot:*,nestjs-grammy:* nx run sample-echo-bot:serve

Demonstration

demonstration