Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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