use-notify
use-notify copied to clipboard
support dict config to create Notify
like:
settings = {
"bark": {
"token": "YOUR_BARK_TOKEN",
}
}
notify = useNotify.from_settings(settings)
...