/owlantispam-py

Python wrapper for the OwlAntiSpam API

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

OwlAntiSpam API Python Wrapper

Basic Usage

import owlantispam
token = 'A_LONG_TOKEN_HERE'
client = owlantispam.Client(token)
ban = client.get_ban(777000)
print(ban.reason)

Installation

pip install ./owlantispam

Or add ./owlantispam in the requirements.txt