Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 184 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 184 Bytes

SpamWatch API Python Wrapper

Basic Usage

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