Added Google Chat Support (#346)

This commit is contained in:
Chris Caron
2021-01-11 14:23:52 -05:00
parent 23957a3337
commit b69ed1dfa9
5 changed files with 382 additions and 14 deletions

View File

@ -70,14 +70,14 @@ 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 Gotify Growl 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 Rocket.Chat Ryver SendGrid '
'SimplePush Sinch Slack SparkPost Spontit Stride Syslog Techulus '
'Telegram Twilio Twist Twitter XBMC MSTeams Microsoft Windows Webex '
'CLI API',
'Discord Dbus Emby Faast FCM Flock Gitter Gnome Google Chat Gotify '
'Growl 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 Rocket.Chat Ryver '
'SendGrid SimplePush Sinch Slack 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(),