Obtains information from bandcamp.com


Keywords
api, bandcamp
License
GPL-3.0
Install
pip install bandcamp-api==0.2.3

Documentation

bandcamp-api

A simple way to get info from Bandcamp

This was based on and inspired by the work at bandcamp-dl
Thank you for making my work much easier!

Installation

pip install bandcamp-api

Basic Use

from bandcamp_api import Bandcamp

bc = Bandcamp()

album = bc.get_album(album_url="https://c418.bandcamp.com/album/minecraft-volume-alpha")

print("Album title:", album.album_title)

For more information on the functions available see the functions wiki or the object wiki