Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

suprojects/owlantispam-py

 
 

Repository files navigation

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

Languages

  • Python 98.1%
  • Shell 1.9%