add telegram integraion

This commit is contained in:
2022-04-08 03:41:07 +03:00
parent b8e17c4879
commit 1a83e55d64
12 changed files with 267 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{#simplified version of full report, now in markdown#}
## {{ repository }} update
{% for package in packages %}
* [{{ package.name }}]({{ link_path }}/{{ package.filename }}) {{ package.version }} at {{ package.build_date }}
{% endfor %}
{% if homepage is not none %}
[Repository]({{ homepage }})
{% endif %}