Steps:
- Download ChromeDriver at https://googlechromelabs.github.io/chrome-for-testing/
- Download Selenium with pip3 install selenium
- Download main.py from this github repository
- Edit and save main.py by setting "____" with your ChromeDriver path
- Run main.py with python main.py
- A .txt file will be created in the same directory as main.py, you can open it with cat public_domains.txt or double click it from file explorer/finder
- If you would prefer the output file to be in a JSON format instead, use json-version.py in place of main.py