This script will gather all dead links in a particular website.
- python 3
Install the python packages.
- pip3 install -r requirements.txt
python3 ./app/main.py- Enter a website to crawl (Default is [http://www.pythonanywhere.com/])
- Go for coffee
- Check
./dead_link_crawler/dead_link_crawler_files/dead.txtfor a list of all dead links
cd apppython3 -m pytest