Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 505 Bytes

A web crawler and a search engine built by Python.

Steps to run:

  • clone repo
  • call the crawl function in the crawler.py and pass a website
  • call the search function in the search.py. The first parameter is your search query, and the second parameter is a boolean value whether you want to boost your result by only showing top-quality content
  • cd search-engine
  • python3 crawler.py
  • python3 search.py

You only have to run crawler.py once for each website and be able to search unlimited times.