Chris Caron

Results 24 issues of Chris Caron

## New Service Completion Status * [x] apprise/plugins/NotifyPlivo.py * [x] setup.py - add new service into the `keywords` section of the `setup()` declaration * [x] README.md - add entry for...

awaiting public confirmation it works

## Description: **Related issue (if applicable):** n/a Added Octopush support You need to have an account with [Octopush](https://octopush.com) and generate/access your API key. ### Syntax Valid syntax is as follows:...

awaiting public confirmation it works

:bulb: **The Idea** According to a ticket opened [here](https://github.com/louislam/uptime-kuma/issues/1052) it was brought to my attention that Zulip isn't only a cloud based solution. It can also have it's own self-hosted...

enhancement

:bulb: **The Idea** Today if you call the Python `notify()` it returns 3 possible responses: - `True`: All end points were notified successfully - `False`: There was a failure sending...

enhancement

:bulb: **The Idea** With respect to a very good point brought forth in #460, Apprise isn't very verbose in the late stages of parsing a URL it supports. For example,...

enhancement

Hi, Just curious what's involved in adding [Apprise](https://github.com/caronc/apprise) as notification support? You just need to get a string of Apprise URLs from the end user (separated by space and/or comma)...

enhancement

:mega: **Notification Service(s) Impacted** All :lady_beetle: **Describe the bug** The following warning appears when building on newer Python versions ``` AppriseLocale.py:209: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead lang =...

bug

## Description: **Related issue (if applicable):** #210 Added `token` support to the `?mode=` list. The syntax is: - `{schema}://{user}:{token}@{host}:{port}/{targets}` - `{schema}://{user}:{token}@{host}/{targets}` Note: `{schema}` is either `rocket` or `rockets` this is...

## Description: **Related issue (if applicable):** #1058 `comcast.net` email template added. Users of comcast can format their email using apprise as: - `mailto://user:[email protected]` ## Checklist * [ ] The code...

## Description: **Related issue (if applicable):** n/a It was reported that an Apprise URL could not load a single instance in a YAML configuration tied to a tag. This was...