Skip to main content

Basic interface for Stop Forum Spam API

Project description

Overview
=======

Designed to be a very basic but easy to use interface to the StopForumSpam API.
At present only querying facilities are provided, I may add an interface for adding data to StopForumSpam.


Alternatives
============

If you're using Django you may wish to use the the more mature [stopforumspam](https://github.com/benjaoming/django-stopforumspam).


Example
=======

```python
>>> from stopforumspam_api import query
>>> r=query(ip="199.115.114.220")
>>> r.appears()
True
>>> r.ip.appears
True
>>> r.ip.frequency
17
>>> r.ip.lastseen
datetime.datetime(2015, 5, 5, 20, 32, 35)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stopforumspam-api-0.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page