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

https://github.com/frectonz/birr-forex-bot

A telegram bot that sends the current day's foreign exchange rates to its subscribers
https://github.com/frectonz/birr-forex-bot

Last synced: 11 months ago
JSON representation

A telegram bot that sends the current day's foreign exchange rates to its subscribers

Awesome Lists containing this project

README

          

# Birr Forex Bot

A bot that sends the current day's foreign exchange rates to its subscribers.

![logo](./logo.svg)

## Using the bot

Check out the bot [here](https://t.me/birr_forex_bot).

## Running the bot

It requires the following environment variables:

```sh
BOT_TOKEN=
PORT=
DOMAIN=
WEBHOOK_SECRET=
```

Build the bot with:

```sh
pnpm build
```

Then run the bot with:

```sh
pnpm start
```