Metadata-Version: 2.1
Name: ntfy-synologychat
Version: 0.2.0
Summary: Synology Chat backend for ntfy
Home-page: https://github.com/Cologler/ntfy-synologychat-python
License: MIT
Author: Cologler
Author-email: skyoflw@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests (>=2.24.0,<3.0.0)
Description-Content-Type: text/markdown

# ntfy-synologychat

Synology Chat backend for ntfy.

## Usage

``` yaml
ntfy_synologychat:
    webhook_url: ...
    verify: false
```

Required parameters:

- `webhook_url` - string, a incoming webhook url generated by Synology Chat.

Optional parameters:

- `verify` - bool, whether verify https connection.

