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
Release history Release notifications | RSS feed
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)