nuntium -> news in latim
Telegram Bot written in Golang to send news from RSS Feeds
docker pull leonardobiffi/nuntium:latest
Downloads the app based on your OS/arch and puts it in /usr/local/bin
.
Needed jq instaled.
curl -fsSL https://raw.githubusercontent.com/leonardobiffi/nuntium/master/scripts/install.sh | sh
Name | Description | Default |
---|---|---|
SCHEDULE_HOURS | Perido of time to check feeds | 1 |
SKIP_NOTIFICATION | Define with will send to Telegram | false |
CONFIG_FILE | Filename Feed config file | config.yml |
CONFIG_VALUE | Load config Feed from environment variable | - |
TELEGRAM_TOKEN | Token create for Bot | - |
TELEGRAM_CHAT_ID | Chat id as receiver for our messages | - |
If config yml file not exist, the will try load from CONFIG_VALUE
set in environments variables.