Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 282 Bytes

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