https://github.com/darkusphantom/bot-pokemon
A pokedex bot for Telegram
https://github.com/darkusphantom/bot-pokemon
bot telegraf telegraf-session telegram telegram-bot translate typescript
Last synced: about 1 year ago
JSON representation
A pokedex bot for Telegram
- Host: GitHub
- URL: https://github.com/darkusphantom/bot-pokemon
- Owner: darkusphantom
- License: mit
- Created: 2023-04-18T17:14:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T22:56:34.000Z (over 2 years ago)
- Last Synced: 2024-01-18T01:24:01.074Z (over 2 years ago)
- Topics: bot, telegraf, telegraf-session, telegram, telegram-bot, translate, typescript
- Language: TypeScript
- Homepage: https://t.me/pokedexbot
- Size: 476 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 Pokemon
A Pokedex bot for telegram using the API [pokeapi](https://pokeapi.co/?ref=public-apis)
You can try the bot in [pokedexbot](t.me/pokedexbot)
## 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!
## Extra
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).