Bandcamp api
If you find any Artist/Album/Track that does not work, feel free to open an issue.
Installing
cargo add bandcamp
pip install bandcamp_lib
How to use
The Rust API and Python API are identical except for search results.
# From URL methods first need to search for the element in question, to get the id
=
# fetch_* methods only do one api call, but require an artist and album/track id
=
=
Rust search API
use *;