Skip to content

WeAreAcademy/telegram-bot-starter-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  1. In telegram, talk to the botfather user to make a new bot
  2. Get the bot access token from botfather for your new bot
  3. Copy .env_example as .env
  4. store the BOT_TOKEN in your new .env file

More detail is available in the workshop notes.

Running:

To run and have the server reloaded on code changes you can try yarn start:dev

However, note that reloads are not very reliable. If behaviour is strange, try completely stopping and starting your server.

About

A minimal starter repo (a template) for programming a Telegram bot with JavaScript (not TypeScript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%