Create webhook service to alert on Matrix
This commit is contained in:
commit
041eef2a7d
7 changed files with 600 additions and 0 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue