- Create a URL.txt file with the URLs to process (one per line)
- We need to get all internal links from a website - Run: python get_links.py
- Now get all emails from the internal links - Run: python extract.py
You need to run the virtual env
source <path_project>/.venv/bin/activate <path_project>/.venv/bin/python <path_project>/extract.py