Telegram bot that reads RSS feeds and sends them to users.
Create a bot and get Telegram API token from the bot called @botfather.
Copy and populate config
cp config.example.yaml config.yamlStart
make build runNormally deploy is done by Github actions.
Manual deploy
SSH_SERVER=10.0.0.1:22 \
SSH_USER=user \
make deployEncrypt
echo "password" > .vault_pass.txt
make config-encrypt