Skip to content

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

Notifications You must be signed in to change notification settings

lem-onade/bandcamp-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages