mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
Updated config (markdown)
parent
68325c410b
commit
3a5a4e0eef
@ -81,12 +81,12 @@ a = Apprise()
|
||||
a.add('mailto://user:pass@hotmail.com', tag='email')
|
||||
a.add('gnome://', tag='desktop')
|
||||
|
||||
# Send off our all of our notifications (v0.8.0 or less)
|
||||
# This command actually won't notify anything because tags were associated
|
||||
# with our URLs
|
||||
a.notify("A message!", title="An Optional Title")
|
||||
|
||||
# For Apprise v0.8.1 or newer, the following will notify everything:
|
||||
# The 'all' is a system level keyword to notify everything disreguarding
|
||||
# tag assignments:
|
||||
# This however will notify all of them. It uses the special keyword 'all'
|
||||
# which disregards any tag names set.
|
||||
a.notify("A message!", title="An Optional Title", tag="all")
|
||||
|
||||
# To notify specific URLs that were loaded, you can match them by their
|
||||
|
Loading…
Reference in New Issue
Block a user