Flask based utility that will allow a user to download an entire Discography for the provided artist.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Akros 8db280b87f
[WIP] consolidate
3 days ago
python [WIP] consolidate 3 days ago
.gitignore [WIP] converting back to python/flask 4 days ago
LICENSE [ADD] base working files 3 years ago
README.md [WIP] view rendering issue 2 years ago
docker-compose.yml [WIP] minor improvements to ENV config 3 days ago

README.md

getDiscography

[For Educational Purposes Only!]

Music Artist Discography Download Utility

This full-stack application will allow users to enter an artist, verify the target and queue up the albums to download.

Written in Laravel (Application) and Python (Task Runner).

To start:

docker compose up -d

To stop:

docker compose down