Skip to content

Complete python-based search engine and web crawler

Notifications You must be signed in to change notification settings

jessegonyou/jessesindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jessesindex

JessesIndex is a complete python-based search engine and web crawler that I created for a blog post.

To get started, you will need to crawl the web for a bit to fill out the sites.json file. To do this, you can run the following command:

$ python3 crawl.py

It will then prompt you for the site to start crawling from. Just use any random website and let it crawl for a while. When you feel it has done enough, use CTRL+C and wait for the program to quit.

Once the sites.json file is filled with some data, you can start the JessesIndex WebUI with the following command:

$ python3 web.py

Enjoy!

About

Complete python-based search engine and web crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published