ohld / python-zeit-serverless-telegram-bot

Example of Python Serverless Telegram bot to be used with Zeit.co (Now.sh)

Home Page:https://python-zeit-serverless-telegram-bot.okhlopkov.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-zeit-serverless-telegram-bot

Example of Python Serverless Telegram bot to be used with Zeit.co (Now.sh)

Step-by-step

Add env variable to now sh

now secrets add telegram-token <TELEGRAM_TOKEN>

Register webhook

curl "https://api.telegram.org/bot<TELEGRAM_TOKEN>/setWebhook?url=https://your-now-sh-project.now.sh/api"

N.B. DON'T PUT BACKSLASH ATTHE END!

Literature


Author: @ohld

About

Example of Python Serverless Telegram bot to be used with Zeit.co (Now.sh)

https://python-zeit-serverless-telegram-bot.okhlopkov.now.sh

License:Apache License 2.0


Languages

Language:Python 100.0%