hak8or b538dd8012
All checks were successful
Cargo Build & Test / Rust project - latest (1.86) (push) Successful in 3m46s
Cargo Build & Test / Rust project - latest (1.85.1) (push) Successful in 4m3s
Cargo Build & Test / Rust project - latest (1.88) (push) Successful in 4m14s
Cargo Build & Test / Rust project - latest (1.87) (push) Successful in 9m19s
Allow saving and ingesting from zstd compressed scrapes
2025-09-01 14:45:21 -04:00
2025-06-27 21:56:50 -04:00
2025-06-27 21:56:50 -04:00
2025-06-28 15:48:28 -04:00

Scraper Web API

This is a dumb little tool which ingests raw HTML files, does some parsing on them, and serves the results over a web API.

export URL_BASE="http://scraper.homelab.hak8or.com:8080"; \
echo run0 && http POST "$URL_BASE/page/parse/ssd" && \
echo run1 && http POST "$URL_BASE/listing/parse" && \
echo run2 && http GET "$URL_BASE/listing/since/12345678/2" && \
echo run3 && http GET "$URL_BASE/listing/388484391867" && \
echo run4 && http GET "$URL_BASE/listing/286605201240/history"
Description
Dumb simple test thing
Readme 2.3 MiB
Languages
Rust 90.5%
Shell 9.5%