Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Validate Email Addresses easily by using web requests(GET and passing email paramater)

License

Notifications You must be signed in to change notification settings

hirusha-adi/Email-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Validator

  • Validate Email Addresses easily by using web requests(GET and passing email paramater)

  • Additional Information: Click Here

Available Routes

Route Parameters Information
/api email (the email address) return the results

Installing the Web Server

Arch Linux

run the commands below, line by line

sudo pacman -Syyuu --noconfirm
sudo pacman -S git python python-pip --noconfirm
cd ~
git clone https://github.com/hirusha-adi/Email-Validator.git
cd Email-Validator
pip3 install -r requirements.txt
python3 validator.py # to start the web app
# CTRL + Z
# bg
# disown -h

Ubuntu/Debian

run the commands below, line by line

sudo apt install && sudo apt upgrade -y
sudo apt install git python3 python3-pip -y
cd ~
git clone https://github.com/hirusha-adi/Email-Validator.git
cd Email-Validator
pip3 install -r requirements.txt
python3 validator.py # to start the web app
# CTRL + Z
# bg
# disown -h

Windows

  1. Download and install Python3. Make sure to 'Add to PATH' when install python3

image1

  1. Download the code as a .zip file from this Github Reposotory

image2

(this above image might not be the same)

  1. Extract the downloaded .zip file
  2. open cmd in that folder
  3. run pip install -r requirements.txt
  4. run python validator.py to start the web app

About

Validate Email Addresses easily by using web requests(GET and passing email paramater)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages