Overview
=======
Designed to be a very basic but easy to use interface to the StopForumSpam API.
You can use this the query StopForumSpam and, provided you have a key, add data to the database too.
It is important to read and understand StopForumSpam's terms before using this software.
Alternatives
============
If you're using Django you may wish to use the the more mature [django-stopforumspam](https://github.com/benjaoming/django-stopforumspam).
Installation
============
pip install stopforumspam_api
Example
=======
```python
>>> from stopforumspam_api import query
>>> response = query(ip="199.115.114.220")
>>> respone.appears()
True
>>> response.ip.appears
True
>>> response.ip.frequency
17
>>> response.ip.lastseen
datetime.datetime(2015, 5, 5, 20, 32, 35)
```
=======
Designed to be a very basic but easy to use interface to the StopForumSpam API.
You can use this the query StopForumSpam and, provided you have a key, add data to the database too.
It is important to read and understand StopForumSpam's terms before using this software.
Alternatives
============
If you're using Django you may wish to use the the more mature [django-stopforumspam](https://github.com/benjaoming/django-stopforumspam).
Installation
============
pip install stopforumspam_api
Example
=======
```python
>>> from stopforumspam_api import query
>>> response = query(ip="199.115.114.220")
>>> respone.appears()
True
>>> response.ip.appears
True
>>> response.ip.frequency
17
>>> response.ip.lastseen
datetime.datetime(2015, 5, 5, 20, 32, 35)
```
Release files for stopforumspam-api 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stopforumspam-api-0.0.3.tar.gz | 2.4 kB | Details |
Release files / stopforumspam-api-0.0.3.tar.gz
| Download URL | stopforumspam-api-0.0.3.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9de7b9d0eb823f99e5ec16a12082bc5027e895ba445d55c8b0d4e678fd65aa91
|
|
BLAKE2b-256 checksum How to use checksums |
00a53f82898984af67b2dfd6bd7c08232f81579dcb487644c008955b1fb62bde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |