danlsnyk / piplapis-python

Python client library for Pipl's APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

piplapis Python Library

This is a Python client library for easily integrating Pipl's APIs into your application.

Library Requirements

  • Minimum python version: 2.6
  • Python 3.x is supported

Installation

pip install piplapis-python

Hello World

from piplapis.search import SearchAPIRequest
request = SearchAPIRequest(
    api_key='YOURKEY',
    email=u'clark.kent@example.com',
    first_name=u'Clark', 
    last_name=u'Kent'
)
response = request.send()

Getting Started & Code Snippets

Pipl's Search API

About

Python client library for Pipl's APIs

License:Other


Languages

Language:Python 100.0%