Getting started
Installation
Section titled “Installation”pip install devnotify
Get the API Key
Section titled “Get the API Key”To get your API key, sign in to your DevNotify account and navigate to the API section.
import devnotifydevnotify.api_key = "<your-api-key>"
from devnotify import DevNotifyclient = DevNotify()client.send("Hello from DevNotify")