Best Flask open-source libraries and packages

Calculator bot

Simple Serverless Telegram Bot on vercel.com
Updated 1 month ago

Calculator Bot

Example of Python Serverless Telegram bot to be used with https://vercel.com

Steps

Add env variable to vercel.com

Add your telegram bot token as BOT_TOKEN variable

Register webhook

curl "https://api.telegram.org/bot<BOT_TOKEN>/setWebhook?url=https://your-project-name.vercel.app/api/webhook/"