You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python command-line script that will be able to get all website page links from starting website START_URL with a max depth of DEPTH. The network of website URLs stored in the Memgraph database. The script also able to find the shortest path from START_URLto E ND_URLfrom a scraped network of websites in the Memgraph database.