Skip to content

Getting started

Terminal window
pip install devnotify

To get your API key, sign in to your DevNotify account and navigate to the API section.

import devnotify
devnotify.api_key = "<your-api-key>"
from devnotify import DevNotify
client = DevNotify()
client.send("Hello from DevNotify")