Skip to content

QuietMisdreavus/bandcamp-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

experiment: scrape metadata from a bandcamp album page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages