github2telegram
github2telegram copied to clipboard
Bot that can send notification of new releases to Telegram
``` --- listen: ":6060" logger: - logger: '' file: stdout level: debug encoding: json encoding_time: iso8601 encoding_duration: seconds database_type: sqlite3 database_url: "./github2telegram.sqlite3" database_login: '' database_password: '' admin_username: "your_telegram_nick" polling_interval: "30m"...
Currently bot will keep trying
It seems if API returns an error, bot won't retry sending a notification. Also sometimes it completely stops sending messages to that chat until restarted. That needs to be reworked.
Bot uses telegram-bot-api which seems to be abandoned. I should migrate it to telego