https://github.com/darkusphantom/nickbot
It's a todo bot for telegram with notion and IA
https://github.com/darkusphantom/nickbot
bot telegraf typescript
Last synced: about 1 year ago
JSON representation
It's a todo bot for telegram with notion and IA
- Host: GitHub
- URL: https://github.com/darkusphantom/nickbot
- Owner: darkusphantom
- License: mit
- Created: 2024-05-31T00:35:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T04:01:23.000Z (almost 2 years ago)
- Last Synced: 2024-06-15T04:33:00.116Z (almost 2 years ago)
- Topics: bot, telegraf, typescript
- Language: TypeScript
- Homepage: https://nickbot.vercel.app
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot Vercel Boilerplate
Telegram Bot Vercel Boilerplate based on Node.js and [Telegraf](https://github.com/telegraf/telegraf) framework.
This template inspired by [Telegram Bot Boilerplate](https://github.com/yakovlevyuri/telegram-bot-boilerplate) for easily deploy to [Vercel](https://vercel.com).
[](https://medium.com/@7rodma/deploy-a-serverless-telegram-chatbot-using-vercel-57665d942a58)
## Before you start
First rename `.env-sample` file to `.env` and fill in all necessary values.
```
BOT_TOKEN=""
```
## Start your local server
```
yarn
yarn 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](https://vercel.com/import/git).
Reference to [this update](https://vercel.com/docs/security/deployment-protection#migrating-to-standard-protection), you need turn off `Vercel Authentication`, Settings => Deployment Protection
Feel free to create PR!
## Demo
You can see a working version of the bot at [@Node_api_m_bot](https://t.me/Node_api_m_bot)