8000 GitHub - michalmonselise/whitepages: Python wrapper for the whitepages api. For more information about the whitepages api see their documentation at http://pro.whitepages.com/developer/documentation/api-overview/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

michalmonselise/whitepages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitepages

This package is a wrapper for the White Pages API.

It enables us to perform 4 different kinds of searches: person, business, location (reverse address), and phone (reverse phone). At the moment identity score is not enabled.

After obtaining a key, we can generate a WhitePages object and then perform a search.

For example:

from whitepages import WhitePages
w = WhitePages(key)
person_result = w.person(name='Jane Smith')
business_result = w.business(name="Michaels Toyota", city=Seattle")
location_result = w.location(street_line_1="123 Broadway",city="New York", state="NY")
phone_result = w.phone(phone_number="206-123-4567")

About

Python wrapper for the whitepages api. For more information about the whitepages api see their documentation at http://pro.whitepages.com/developer/documentation/api-overview/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0