Python Forum
Python Bulk Email Verification Script With API - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python Bulk Email Verification Script With API (/thread-31210.html)



Python Bulk Email Verification Script With API - Aj1128 - Nov-28-2020

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?