birthdaybot/example-config.yml

13 lines
230 B
YAML

---
birthdays:
file: birthdays.csv
template: ./birthday_message.tmpl
pictures: ./pics
logger:
level: debug
report_caller: true
telegram_notifications:
bot_token: "123456789:YOUR_BOT_TOKEN"
channel_id: "-100012345"