├── LICENSE ├── README.md ├── gotify-example.yaml ├── gotify-push └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schwma/gotify-push/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schwma/gotify-push/HEAD/README.md -------------------------------------------------------------------------------- /gotify-example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schwma/gotify-push/HEAD/gotify-example.yaml -------------------------------------------------------------------------------- /gotify-push: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schwma/gotify-push/HEAD/gotify-push -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests>=2.20.0 2 | PyYAML>=4.2b1 3 | --------------------------------------------------------------------------------