Socket
Socket
Sign inDemoInstall

stopforumspam-api

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stopforumspam-api

Basic interface for Stop Forum Spam API


Maintainers
1

Readme

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.

Installation

pip install stopforumspam_api

Example

>>> 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)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc