Python Forum

Full Version: Python Bulk Email Verification Script With API
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an email verification API and I want to use it through Python.
I wanna make a Python script identical to the one in this video:
https://www.youtube.com/watch?v=J6JtzhvPqsc&t=2s

It should accept email list in the form of text or csv file, checks them through the API, then exports the results in each file accordingly; Valid, Invalid and Unknown.

How to do it? And is there an already template that I can obtain and just add my API key to it?