No description
  • Rust 71.9%
  • Nix 28.1%
Find a file
Squibid 97a3a9d259
rewrite in rust...
this version doesn't use a persistent db, and will re-scrape sites but
it does respect the sites robots.txt file \o/
2026-05-28 18:18:48 -04:00
src rewrite in rust... 2026-05-28 18:18:48 -04:00
.gitignore rewrite in rust... 2026-05-28 18:18:48 -04:00
Cargo.lock rewrite in rust... 2026-05-28 18:18:48 -04:00
Cargo.toml rewrite in rust... 2026-05-28 18:18:48 -04:00
flake.lock rewrite in rust... 2026-05-28 18:18:48 -04:00
flake.nix rewrite in rust... 2026-05-28 18:18:48 -04:00
README.md rewrite in rust... 2026-05-28 18:18:48 -04:00

Small shitty web crawler writen in rust (🚀🚀🚀). All scraped pages are stored in a redis db where the key is the full url and the value is the page content.