Bark Notification Support Added (#582)

This commit is contained in:
Chris Caron
2022-05-11 11:09:50 -04:00
committed by GitHub
parent d9b2ed5eee
commit ca0c8460f1
9 changed files with 778 additions and 23 deletions

View File

@ -24,6 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
import re
import os
import platform
try:
@ -69,16 +70,7 @@ setup(
long_description_content_type='text/markdown',
cmdclass=cmdclass,
url='https://github.com/caronc/apprise',
keywords='Push Notifications Alerts Email AWS SES SNS Boxcar ClickSend '
'DAPNET Dingtalk Discord Dbus Emby Faast FCM Flock Gitter Gnome '
'Google Chat Gotify Growl Guilded Home Assistant IFTTT Join Kavenegar '
'KODI Kumulos LaMetric MacOS Mailgun Matrix Mattermost MessageBird '
'MQTT MSG91 Nexmo Nextcloud NextcloudTalk Notica Notifico Ntfy '
'Office365 OneSignal Opsgenie ParsePlatform PopcornNotify Prowl '
'PushBullet Pushjet Pushed Pushover PushSafer Reddit Rocket.Chat '
'Ryver SendGrid ServerChan Signal SimplePush Sinch Slack SMTP2Go '
'SparkPost Spontit Streamlabs Stride Syslog Techulus Telegram Twilio '
'Twist Twitter XBMC MSTeams Microsoft Windows Webex CLI API',
keywords=' '.join(re.split(r'\s+', open('KEYWORDS').read())),
author='Chris Caron',
author_email='lead2gold@gmail.com',
packages=find_packages(),