Skip to main content

Library for interacting with Fullcontact's APIs.

Project description

A Python module for the Fullcontact API version 2.0 It has functionality for name stats API and person APIs(except vcard format).

Readme

You can find full documentation at Fullcontact.com.

Specifically: Name API docs Person API docs

You will need a fullcontact API key to use this module. The name API is free, the person is not.

I have the name API and person API in separate classes to keep free/paid separate.

Installation

With pip (prefered)

pip install fullcontacter

With easy_install

easy_install fullcontacter

Usage Examples

import fullcontacter

def main():
    # create a name object
    fc_name = fullcontacter.nameStats('YOUR API KEY HERE')

    # create a person object
    fc_person = fullcontacter.personLookup('YOUR API KEY HERE')

    # look up a name
    name = fc_name.lookitup(fname='Patrick', lname='Russell')

    # look up a person via twitter
    person_twitter = fc_person.lookitup('patrickrm101', 'twitter')

    # look up a person via email
    person_email = fc_person.lookitup('prussell@gmail.com')

    return name, person_twitter, person_email

if __name__ == "__main__":
    main()

Code

Code is hosted on github here: Github Repository

TODO

support vcard Test coverage. Implement a better API and include more of the lookup options, including account status.

Random

First attempt at releasing something to the public. I’m pretty new to this, tips, ideas, criticism, all welcome.

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

fullcontacter-0.3.1.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file fullcontacter-0.3.1.tar.gz.

File metadata

  • Download URL: fullcontacter-0.3.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fullcontacter-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8f5de06288352395f433174c02057f3995412331c70ad3b18efcde3bc294b5bd
MD5 02f696b2a1d612d9e4035a426382dad0
BLAKE2b-256 bcef0e581b0189b7d1324d6c6a84d9e8d8e5f605af40c4ad185dcbabba097cff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page