Skip to main content

Simple Python interface for FullContact, using Requests

Project description

# FullContact.py

A simple Python interface for [FullContact](http://www.fullcontact.com/), using Requests.

# Install

In terminal:

pip install fullcontact.py

# Usage

In your Python script:

from fullcontact import FullContact

fc = FullContact('your_api_key')
person_profile = f.get('person', email='you@email.com')

'''
'person'
'disposable'
'normalizer'
'deducer'
'similarity'
'stats'
'parser'
'locationNormalizer'
'locationEnrichment'
'batch'
'''
#for batch

fc = FullContact('your_api_key')
batch_order = [f.makeUrl('person', 'email=you@email.com'), f.makeUrl('normalizer','q=Your name')]
f.postBatch(batch_order)

# FullContact API Documentation

Check out FullContact's documentation [here](http://www.fullcontact.com/developer/docs/).

# Tests

To run the test suite:

git clone git://github.com/garbados/fullcontact.py.git
cd fullcontact.py
python setup.py test

You'll be prompted for an API key. Enter a valid one, and all the tests will (as of this writing) pass.

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

FullContact.py-0.0.2.tar.gz (1.9 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