Scrapping Python File:

  1. Install Python

  2. First, install the requests and beautifulsoup4 libraries using pip. You can do this by running the following command : pip install requests beautifulsoup4

  3. If any issue occurs while installing this libraries, it would be with your environment. Check your environement try install thses with this different command : python -m pip install requests beautifulsoup4

  4. Ready to Go!

-> Note: If the website is huge, for eg : it contains huge amount of page then i think it will take time to fetch email ids.