Skip to content

Commit

Permalink
The view action opens a website or app when the action button is tapp…
Browse files Browse the repository at this point in the history
…ed (#32)
  • Loading branch information
MatthewCane authored Nov 11, 2024
1 parent 3a92a4b commit 463d103
Show file tree
Hide file tree
Showing 8 changed files with 173 additions and 477 deletions.
5 changes: 5 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# Import the ntfy client
from python_ntfy import NtfyClient

# Optionally set your environment variables
from os import environ
environ["NTFY_USER"] = "your_username"
environ["NTFY_PASSWORD"] = "your_password"

# Create an `NtfyClient` instance with a topic
client = NtfyClient(topic="Your topic")

Expand Down
184 changes: 0 additions & 184 deletions docs/reference-auto.md

This file was deleted.

Loading

0 comments on commit 463d103

Please sign in to comment.