Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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