spamwatch

SpamWatch API Wrapper


Keywords
python, python-wrapper, python3, spamwatch, spamwatch-api, typed, wrapper
License
LGPL-3.0
Install
pip install spamwatch==0.2.1

Documentation

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)