Skip to main content

A screen scraper for the senderbase.org website

Project description

Senderbase

A python-based screen scraper for the senderbase.org website

Installation

Pip install:

sudo pip install senderbase

Source install:

git clone https://github.com/meatheadmike/senderbase
cd senderbase
python setup.py test
sudo python setup.py install

Usage

In your code:

from senderbase import SenderBase

sb = SenderBase(timeout=30)
my_result = sb.lookup('8.8.8.8')

Notes

  • This module has only been tested with python 2.7.

  • Make sure you limit your queries to 1000 per day or less. Be a good netizen!

  • I do not work for or with senderbase. This module will likely break in the future if/when senderbase updates their page!

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

senderbase-0.2.tar.gz (32.5 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