Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 383 Bytes

General- Info

  • Uses Python & SQLite.
  • Spider/ Crawl any webpage thus behaving like Web Crawler and then keep on crawling.
  • Retreive URL’s store in database and keep updating their PageRank in the Database simultaneously as long as the crawling process is going on
  • and then finally print out the PageRank of all the retrieved URL’s at the end of crawling.