Skip to content

piplcom/piplapis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piplapis Python Library

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

Library Requirements

  • From python SDK version 5.3.0 and above, Python 3.8 and above 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages