Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 525 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 525 Bytes

bandcamp-profile

Description

Get Bandcamp profile information (owned tracks, wishlist, ...)

Usage

List arguments, example usage

python3 main.py -h

Get profile information

username=lmnd
python3 main.py https://bandcamp.com/$username

Download all albums (using jq and bandcamp-dl)

username=lmnd
output_dir=bandcamp/
python3 main.py https://bandcamp.com/$username | jq -r ".items.[].url" | xargs -n1 bandcamp-dl --base-dir=$output_dir