A test telegram bot which is deployed to Vercel. See my blog post on it:
https://marclittlemore.com/serverless-telegram-chatbot-vercel
Clone this repository into a new directory and install the dependencies:
git clone git@github.com:MarcL/telegram-test-bot.git
cd telegram-test-bot
npm install
Install the Vercel command line tools using npm
:
npm install -g vercel
Deploy the project to your Vercel account:
vercel