This script is designed to crawl web pages starting from a given URL and visualize the crawled URLs in a tree structure.
Approximately ~1h45
- Python 3.8+
- aiohttp
- BeautifulSoup4
- NetworkX
- Quart
- Uvicorn
$ python -m uvicorn main:app --reload
Open a web browser and navigate to http://localhost:8000 to start using the web crawler and view the results.