Python Package

Install Package

To install package, you need to use PIP.

You can choose between Official version and Github Version

pip install openblacklist

Setup client

you need first to get a API-KEY on the OpenBlacklist DashBoard

from openblacklist import BlacklistClient

client = BlacklistClient(api_key="your-api-key",webhook_url="your-webhook-url",webhook_pass="your-webhook-pass")

Check if user is in blacklist

Use POST Webhook

Last updated