It is a web scraping tool to create a topological map of website links
- matPlotLib
- beautfiulsoup4
- networkX
- requests
Use the package manager pip to install dependecies
pip install requests
pip install beautifulsoup4
pip install networkx
pip install matplotlibMax links per website is set to 10 for to prevent unnecessary load on target adress
python main.py https://apple.compython main.py https://facebook.compython main.py https://netflix.com

