Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 157 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 157 Bytes

SearchEngine

Engine Crawler and Indexer implemented.

Run:

  • main.py

Requirements:

  • Python 3.6
  • BeautifulSoup
  • nltk
  • sqlite3
  • peewee
  • Django