rightscrape

Crates.iorightscrape
lib.rsrightscrape
version0.2.0
sourcesrc
created_at2020-02-09 21:55:00.567107
updated_at2020-02-16 20:49:22.79174
descriptionRead rightmove searh URLs from stdin, emit rightmove result URLs
homepagehttps://github.com/blakehawkins/rightscrape
repositoryhttps://github.com/blakehawkins/rightscrape
max_upload_size
id206837
size44,034
(blakehawkins)

documentation

README

Read from stdin, scrape rightmove search URLs, emit rightmove property URLS.

$ cargo run < <(xsv select 1 input.tsv)
    Finished dev [unoptimized + debuginfo] target(s) in 0.47s
     Running `target/debug/rightscrape`
https://www.rightmove.co.uk/property-to-rent/property-88835966.html
https://www.rightmove.co.uk/property-to-rent/property-88835966.html
...
Commit count: 10

cargo fmt