Skip to content

Commit

Permalink
Retired faast.io; service now unavailable (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc authored Apr 8, 2024
1 parent 1cef49e commit fcaa6f4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 305 deletions.
1 change: 0 additions & 1 deletion KEYWORDS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Discord
Email
Emby
Enigma2
Faast
FCM
Flock
Form
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ The table below identifies the services this tool supports and some example serv
| [Discord](https://github.com/caronc/apprise/wiki/Notify_discord) | discord:// | (TCP) 443 | discord://webhook_id/webhook_token<br />discord://avatar@webhook_id/webhook_token
| [Emby](https://github.com/caronc/apprise/wiki/Notify_emby) | emby:// or embys:// | (TCP) 8096 | emby://user@hostname/<br />emby://user:password@hostname
| [Enigma2](https://github.com/caronc/apprise/wiki/Notify_enigma2) | enigma2:// or enigma2s:// | (TCP) 80 or 443 | enigma2://hostname
| [Faast](https://github.com/caronc/apprise/wiki/Notify_faast) | faast:// | (TCP) 443 | faast://authorizationtoken
| [FCM](https://github.com/caronc/apprise/wiki/Notify_fcm) | fcm:// | (TCP) 443 | fcm://project@apikey/DEVICE_ID<br />fcm://project@apikey/#TOPIC<br/>fcm://project@apikey/DEVICE_ID1/#topic1/#topic2/DEVICE_ID2/
| [Flock](https://github.com/caronc/apprise/wiki/Notify_flock) | flock:// | (TCP) 443 | flock://token<br/>flock://botname@token<br/>flock://app_token/u:userid<br/>flock://app_token/g:channel_id<br/>flock://app_token/u:userid/g:channel_id
| [Google Chat](https://github.com/caronc/apprise/wiki/Notify_googlechat) | gchat:// | (TCP) 443 | gchat://workspace/key/token
Expand Down
215 changes: 0 additions & 215 deletions apprise/plugins/NotifyFaast.py

This file was deleted.

2 changes: 1 addition & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ notification services that are out there. Apprise opens the door and makes
it easy to access:

Apprise API, APRS, AWS SES, AWS SNS, Bark, Boxcar, Burst SMS, BulkSMS, BulkVS,
ClickSend, DAPNET, DingTalk, Discord, E-Mail, Emby, Faast, FCM, Flock,
ClickSend, DAPNET, DingTalk, Discord, E-Mail, Emby, FCM, Flock,
Free Mobile, Google Chat, Gotify, Growl, Guilded, Home Assistant, httpSMS,
IFTTT, Join, Kavenegar, KODI, Kumulos, LaMetric, Line, LunaSea, MacOSX,
Mailgun, Mastodon, Mattermost,Matrix, MessageBird, Microsoft Windows,
Expand Down
2 changes: 1 addition & 1 deletion test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def apprise_test(do_notify):

# We can load our servers up front as well
servers = [
'faast://abcdefghijklmnop-abcdefg',
'json://myhost',
'kodi://kodi.server.local',
]

Expand Down
86 changes: 0 additions & 86 deletions test/test_plugin_faast.py

This file was deleted.

0 comments on commit fcaa6f4

Please sign in to comment.