Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 603 Bytes

Boltz Fee Bot

A Telegram bot that allows users to subscribe to fee changes on Boltz Pro

Setup

The bot uses uv for dependency management.

For running the bot, you need to have a telegram bot token. You can get one by talking to BotFather

A PostgreSQL database is required for storing subscribed chats. Run make postgres to get a local instance running.

Once setup, copy the .env.sample file to .env and fill in the values. Start the bot with uv run bot.py or use the Dockerfile.