truemail-rb / truemail

🚀 Configurable framework agnostic plain Ruby 📨 email validator/verifier. Verify email via Regex, DNS, SMTP and even more. Be sure that email address valid and exists.

Home Page:https://truemail-rb.org/truemail-gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Communicate with Python

majid1f opened this issue · comments

How we can communicate truemail with in python scripts (or other lanaguge like PHP) ?

Hi, @majid1f You can use Truemail as independent microservice. For today you can use one of the truemail-rb solutions:

  1. truemail server - lightweight rack based web API wrapper for Truemail
  2. truemail-rack-docker - lightweight rack based web API dockerized image 🐳 of Truemail server

Also look at truemail-rb. Clients for Ruby and Crystal are already done, client for NodeJS is in a progress now. I believe that I will finish Truemail Python client till the end of the next month. Cheers 🍺