create-telegram-app
v1.0.4
Published
Set up telegram bot environment with telegram-framework
Maintainers
Readme
Set up telegram bot dev environment with Telegram Framework.
Install
$ npx create-telegram-app <path> --typescript
$ cd <path>Note: flag typescript is optional, if it's absent - regular javascript project will be created
Configuration
Specify telegram token in .env file
// .env file
TELEGRAM_TOKEN=...Start
$ npm start