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
- Host: GitHub
- URL: https://github.com/frectonz/birr-forex-bot
- Owner: frectonz
- License: mit
- Created: 2022-01-20T00:18:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T04:54:49.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T23:51:24.462Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://t.me/birr_forex_bot
- Size: 9.48 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Birr Forex Bot
A bot that sends the current day's foreign exchange rates to its subscribers.

## 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
```