foldaway / telegram-bot-base

Base code for a Telegram bot built in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram-bot-base

Deploy

Base repository to create a Telegram bot. This is set up primarily for development to AWS Lambda, and uses AWS DynamoDB for persistence.

There is no local development mode, and this command can be used to deploy locally to production:

yarn clean && yarn build && sam build && sam deploy

Setting webhook for production

yarn set-webhook <AWS Lambda Function URL>

About

Base code for a Telegram bot built in Typescript


Languages

Language:TypeScript 96.2%Language:JavaScript 3.7%Language:Procfile 0.1%