1
0
mirror of https://github.com/MaxenceG2M/github-release-notifier.git synced 2025-12-08 13:53:24 +00:00

First verison with disgusting code and pretty readme

https://media.giphy.com/media/7E2taKYzqOux4lwgJY/giphy.gif
This commit is contained in:
2020-07-04 00:33:32 +02:00
commit 503e36e0d3
6 changed files with 228 additions and 0 deletions

12
conf.ini Normal file
View File

@@ -0,0 +1,12 @@
[config]
github_api_url = https://api.github.com/repos/
smtp_port = 25
smtp_server = localhost
sender_email = sender@host.eu
receiver_email = receiver@anotherhost.eu
[projects]
projects = [
"borgbackup/borg",
"microsoft/vscode"
]