Skip to content

ioriiod0/instant-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python (above v2.7)
  • Related Python libraries
    • Beautiful Soup
    • Flask
    • stemming
  • Redis

Configuration

  • Install Redis (refer to Redis docs);

  • Install related python libs;

    $ pip install beautifulsoup4 redis flask stemming

  • Configure crawler, please refer to crawler/README

  • Build index

    $ python searching/make_index.py

  • Run the server

    $ python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published