Skip to content

Utils

raw_send

ntfpy.raw_send()

arg server   | string
arg topic    | string
arg message  | string 
opt auth     | string?None(username:password)
opt title    | string?None
opt priority | string?None
opt tags     | string?None
opt click    | string?None
opt attach   | string?None
opt actions  | string?None
opt email    | string?None
opt delay    | string?None

raw_subscribe

ntfpy.raw_subscribe()

arg server   | string(url)
arg topic    | string
opt auth     | string?None(username:password)
Back to top