Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 850 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 850 Bytes

bandcamp scraper

this is a tiny proof-of-concept to see whether/how i could scrape bandcamp album pages for metadata and (eventually) stream links. i'd like to make a bandcamp client eventually and this is me tinkering with pieces that move me in that direction.

running it

first install rust, either from your package manager, their website, or rustup.

git clone https://github.com/QuietMisdreavus/bandcamp-load
cd bandcamp-load
cargo run -- $ALBUM_PAGE

...with $ALBUM_PAGE being any URL that links to a bandcamp album, like this one or that one.

it will print some information about the album to the console.