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

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

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).