Skip to content

meatheadmike/senderbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published