This a web scraper that utilises Servo — a high performance browser engine from Mozilla. You pass in a public URL and a CSS selector through its query parameters, and it returns scraped data.
Forked from https://rust-scraper.now.sh/ but compiled to Wasm to run in TerraFirma.
Use it here
First setup Terrafirma with keybase by following the hello world tutorial.
cargo build --release
cp target/wasm32-unknown-unknown/release/terrafirma_scraper.wasm /keybase/private/<your-keybase-username>,kbwasm/scraper.wasm