github2telegram icon indicating copy to clipboard operation
github2telegram copied to clipboard

Bot that can send notification of new releases to Telegram

Results 4 github2telegram issues
Sort by recently updated
recently updated
newest added

``` --- 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"...

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