Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcl/telegram-test-bot

A test Telegram bot using serverless functions with Vercel for deployment
https://github.com/marcl/telegram-test-bot

serverless telegram telegram-bot vercel

Last synced: 3 months ago
JSON representation

A test Telegram bot using serverless functions with Vercel for deployment

Awesome Lists containing this project

README

        

# Telegram bot

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

[https://marclittlemore.com/serverless-telegram-chatbot-vercel](https://marclittlemore.com/serverless-telegram-chatbot-vercel/)

## Installing

Clone this repository into a new directory and install the dependencies:

```bash
git clone [email protected]:MarcL/telegram-test-bot.git
cd telegram-test-bot
npm install
```

## Deploying to Vercel

Install the Vercel command line tools using `npm`:

```bash
npm install -g vercel
```

Deploy the project to your Vercel account:

```bash
vercel
```