Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

SpamWatch/spamwatch-py

Repository files navigation

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)

Packages

 
 
 

Contributors