Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.19 KB

Build Status Coverage Status

full-contact

A simple CLI app using the Full Contact public API.

Overview

The FullContact Developer APIs are used to manage and enhance contact information. Use our APIs to provide social profiles in your app, improve contacts in address books, enrich CRM information, or create highly personalized marketing campaigns.

How to use this project

  1. Clone this repo
  2. Create a virtualenv and pip install requirements with pip install -r requirements.txt
  3. launch app with python app.py
  4. You can now search contacts from Full Contact database.

Email

Search contacts with email by using this command mail <query> The query should be written in the right email format.

Phone

phone <query> query here refers to the phone number you wish to search.

Twitter

twitter <query> Use twitter handles.

LICENCE : MIT

Credits

The Full Contact Team for providing a public API.