suprojects / owlantispam-py

Python wrapper for the OwlAntiSpam API

Home Page:https://t.me/OwlAntiSpam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python wrapper for the OwlAntiSpam API

https://t.me/OwlAntiSpam

License:GNU Lesser General Public License v3.0


Languages

Language:Python 98.1%Language:Shell 1.9%