Create webhook service to alert on Matrix

This commit is contained in:
Remi Rampin 2022-11-04 19:28:42 -04:00
commit 041eef2a7d
7 changed files with 600 additions and 0 deletions

52
.gitignore vendored Normal file
View file

@ -0,0 +1,52 @@
.env
# Python
*.py[co]
.ipynb_checkpoints
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Eclipse PyDev
.project
.pydevproject
# PyCharm
.idea
# ViM
.*.swp
# Emacs
\#*#
# OS files
.DS_Store
desktop.ini
# Archives
*.tar
*.tar.gz
*.tar.bz2
*.zip
*.whl