Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 660 Bytes

File metadata and controls

18 lines (14 loc) · 660 Bytes

Python and Identibyte example

This directory contains an example of how to integrate Identibyte with your Python application. The sample code here uses the Python requests library to make a call Identibyte and check if a given email address is disposable.

Here's the series of events

  • Get the email address to check
  • Build the API request using Python's requests library
  • Make request to Identibyte to see if the email is a DEA
  • Print the result.

Identibyte  ·  GitHub @Identibyte  ·  Twitter @Identibyte