Install & Initialize SuprSend Python SDK using your workspace credentials for sending notifications.
Install 'libmagic' system package.
# if you are using linux / debian based systems sudo apt install libmagic # If you are using macOS brew install libmagic
Install 'suprsend-py-sdk' using pip
$ pip install suprsend-py-sdk # to upgrade to latest SDK version $ pip install suprsend-py-sdk --upgrade
from suprsend import Suprsend # Initialize SDK supr_client = Suprsend("WORKSPACE KEY", "WORKSPACE SECRET")
Was this page helpful?