RustyRin / bandcamp-api

A simple way to get info from Bandcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple way to get info from Bandcamp

License:GNU General Public License v3.0


Languages

Language:Python 100.0%