Added DingTalk Support (#200)

This commit is contained in:
Chris Caron
2021-08-11 07:37:58 -04:00
committed by GitHub
parent bca44c02a5
commit 06b6ed4d2c
5 changed files with 426 additions and 18 deletions

View File

@ -70,14 +70,15 @@ setup(
cmdclass=cmdclass,
url='https://github.com/caronc/apprise',
keywords='Push Notifications Alerts Email AWS SNS Boxcar ClickSend '
'Discord Dbus Emby Faast FCM Flock Gitter Gnome Google Chat Gotify '
'Growl Home Assistant IFTTT Join Kavenegar KODI Kumulos LaMetric '
'MacOS Mailgun Matrix Mattermost MessageBird MSG91 Nexmo Nextcloud '
'Notica Notifico Office365 OneSignal Opsgenie ParsePlatform '
'PopcornNotify Prowl PushBullet Pushjet Pushed Pushover PushSafer '
'Reddit Rocket.Chat Ryver SendGrid SimplePush Sinch Slack SMTP2Go '
'SparkPost Spontit Stride Syslog Techulus Telegram Twilio Twist '
'Twitter XBMC MSTeams Microsoft Windows Webex CLI API',
'Dingtalk Discord Dbus Emby Faast FCM Flock Gitter Gnome Google Chat '
'Gotify Growl Home Assistant IFTTT Join Kavenegar KODI Kumulos '
'LaMetric MacOS Mailgun Matrix Mattermost MessageBird MSG91 Nexmo '
'Nextcloud Notica Notifico Office365 OneSignal Opsgenie '
'ParsePlatform PopcornNotify Prowl PushBullet Pushjet Pushed '
'Pushover PushSafer Reddit Rocket.Chat Ryver SendGrid SimplePush '
'Sinch Slack SMTP2Go SparkPost Spontit Stride Syslog Techulus '
'Telegram Twilio Twist Twitter XBMC MSTeams Microsoft Windows Webex '
'CLI API',
author='Chris Caron',
author_email='lead2gold@gmail.com',
packages=find_packages(),