Metadata-Version: 2.1
Name: nospamplus
Version: 5.0
Summary: A Python Wrapper For Nospamplus Api
Home-page: http://nospamplus.cf
Author: Leo
Author-email: dev@nospamplus.cf
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22.0)

# NoSpam+

An Python Wrapper For NoSpamPlus Api.

# Support

* Channel : @NospamPlus
* Group : @NospamPlusSupport
* Bot : @NospamPlusBot
* Website : nospamplus.cf

# Usage Example

```python
from nospamplus.connect import Connect
mytoken = 'your_token_from_@nospamplusbot'
token_connect = Connect(mytoken)
user = token_connect.is_banned(12974624)
print(user.ban_code)
print(user.reason) 
```

# Installing
```shell script
pip install nospamplus
```
or 
```shell script
pip3 install nospamplus
```


