Copyright 2022 Gitdi
git clone https://github.com/gitdi90/gitdi.git
cd gitdi
sudo pip3 install -r requirements.txt
For an interactive menu:
python3 gitdi.py
Validate single e-mail address:
python3 gitdi.py --email [email protected]
Validate emails stored in text file:
python3 gitdi.py --file /path/to/inputfile.txt
This project is licensed under the BSD-3-Clause - see the LICENSE file for details.