/bandcamp-profile

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

Primary LanguagePython

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