Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 463 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 463 Bytes

Birr Forex Bot

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

logo

Using the bot

Check out the bot here.

Running the bot

It requires the following environment variables:

BOT_TOKEN=<your bot token>
PORT=<your port>
DOMAIN=<your domain>
WEBHOOK_SECRET=<your webhook secret>

Build the bot with:

pnpm build

Then run the bot with:

pnpm start