esafirm / telegram-gascer-bot

Telegram bot to assist Gascer related tasks

Home Page:https://telegram-gascer-bot.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot Vercel Boilerplate

Telegram Bot Vercel Boilerplate based on Node.js and Telegraf framework.

This template inspired by Telegram Bot Boilerplate for easily deploy to Vercel.

Live Demo

Before you start

First rename .env-sample file to .env and fill in all necessary values.

BOT_TOKEN="<YOUR_BOT_API_TOKEN>"

Start your server

npm install
npm dev

Production

You can fork this template and do the necessary changes you need. Then you when are done with your changes simply goto vercel git import.

Demo

You can see a working version of the bot at @Node_api_m_bot

About

Telegram bot to assist Gascer related tasks

https://telegram-gascer-bot.vercel.app

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%