Python based WebCrawler with Indexing the keyword from webpages it crawled.
Just call this Procedure :
print(crawl_web(seed,max_pages))
seed = "URL that needs to be crawled"
max_pages = "To restrict total no of pages to be crawled, Otherwise it could take very long time.
- It can index Keyword with URL.
- It can crawl links with "<a href=" tags only.
- Demo link has been provided in script for crawling.