Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcl/telegram-test-bot
- Owner: MarcL
- Created: 2021-01-19T21:52:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T10:25:27.000Z (9 months ago)
- Last Synced: 2024-10-15T01:45:34.472Z (4 months ago)
- Topics: serverless, telegram, telegram-bot, vercel
- Language: JavaScript
- Homepage: https://test-bot.vercel.app
- Size: 25.4 KB
- Stars: 28
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```