Skip to content

Wecraw is a web crawler and local search engine written in rust.

License

Notifications You must be signed in to change notification settings

proxin187/wecraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wecraw

Wecraw is a web crawler and local search engine using tf-idf to search.

Crawling

Before you can search you will need to index a few websites, this can be done with the following command:

$ cargo run --release -- --seed <URL>

this will automatically save the indexed pages to model.json when you press to exit the program.

Hosting

To host the search engine you need to run the following command:

$ cargo run --release -- --serve model.json

About

Wecraw is a web crawler and local search engine written in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published