/telegram-test-bot

A test Telegram bot using serverless functions with Vercel for deployment

Primary LanguageJavaScript

Telegram bot

A test telegram bot which is deployed to Vercel. See my blog post on it:

https://marclittlemore.com/serverless-telegram-chatbot-vercel

Installing

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

Deploying to Vercel

Install the Vercel command line tools using npm:

npm install -g vercel

Deploy the project to your Vercel account:

vercel