Deploying bot to Netlify/Vercel #1204
Unanswered
orangecoloured
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was creating a bot locally, so it was starting with
{ polling: true }
. Then when it was time to deploy I understood that it's not a usual deployment. It should be a serverless one. And atm I'm a bit lost. I see there are examples for different platforms. But neither Vercel not Netlify are there. And these are the ones that I'm most familiar with.Is there a guide using
node-telegram-bot-api
to deploy a bot with webhooks to one of these platforms?But actually any serverless deployment guide using this package will do.
Beta Was this translation helpful? Give feedback.
All reactions