Metadata-Version: 2.1
Name: antispaminc
Version: 3.7
Summary: A Python Wrapper For Antispam Inc.
Home-page: http://antispaminc.tk
Author: Midhun KM
Author-email: dev@antispaminc.tk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22.0)

# AntispamInc

An Python Wrapper For AntispamInc Api.
# Support

* Channel : @AntispamInc
* Group : @AntispamIncSupport
* Bot : @AntispamIncBot
* Website : antispaminc.tk

# Usage Example

```python
from antispaminc.connect import Connect
mytoken = 'your_token_from_@antispamincbot'
sed = Connect(mytoken)
sed2 = sed.is_banned('12974624')
print(sed2.reason) 
```

# Installing
```sh
pip install antispaminc
```
or 
```shell script
pip3 install antispaminc


