A simple emails web-scrapper tool in python. First you need to clone the repo in your system ┌──(root㉿kali)-[~] └─# git clone (url)
Give the permissions ┌──(root㉿kali)-[~] └─# chmod +x web-scrapper.py
And run using python3 ┌──(root㉿kali)-[~] └─# python3 web-scrapper.py
Thank You!