a command-line tool to fetch a random bandcamp album from a chosen genre — instantly.
- open random bandcamp albums by tag/genre
- two modes:
quick
: quick, no album details, just opens itfull
: fetch album details (title, artist, date, tags) before prompting to open
- works with any genre tag on bandcamp
- supports short flags for fast access (
-q
,-f
)
pip install pycamp-cli
pycamp <genre> [ --quick | -q | --full | -f ]
pycamp hardcore
pycamp ambient --full
pycamp blackened crust -q
if no flag is provided, --quick
is the default.
flag | mode description |
---|---|
--quick or -q |
quick mode — skips detail fetch, just opens |
--full or -f |
full mode — shows album info before prompting |
- uses playwright under the hood. on first run, you may need to install browser dependencies:
playwright install
- make sure
node
and a recent python (3.7+) are installed.
use specific genres like:
trip hop
blackened crust
powerviolence
spiritual jazz
grindcore
they map directly to bandcamp tag pages.
MIT © jasper binetti-makin