A python-based screen scraper for the senderbase.org website
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
In your code:
from senderbase import SenderBase sb = SenderBase(timeout=30) my_result = sb.lookup('8.8.8.8')
- 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!