Matte - A simple RSS bot for Telegram:
- Create a config TOML file (sample config can be found at
config.sample.toml
) and populate it with your data. - Generate
.env
file for Docker Compose stack:$ python generate.py <PATH_TO_CONFIG_TOML>
- Deploy with Docker Compose:
$ sudo docker compose --env-file .env up --build -d