Just a bot for the @Gentoogram Telegram group. It filters chat with regex and stuff.
First, install uv.
git clone https://github.com/TheReverend403/gentoogram-bot
cd gentoogram-bot
uv sync --group dev
uv run pre-commit install
## Env var usage for configuration is documented here: https://www.dynaconf.com/envvars/
## Env var prefix is set to 'CFG_', not 'DYNACONF_'.
## Add env vars to 'docker/.env'.
## You can also copy gentoogram/resources/config/default.toml to docker/config/app/
cp docker/.env.example docker/.env
docker compose -f docker/compose.yaml up --build --pull always