Get Bandcamp profile information (owned tracks, wishlist, ...)
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