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.
 
 
 
 
 
Brett Spaulding 45abbc823f
[IMP] php: About ready to send download data to python
1 year ago
nginx [WIP] Front-end moved to PHP 1 year ago
php [IMP] php: About ready to send download data to python 1 year ago
python [WIP] view rendering issue 1 year ago
.gitignore [WIP] Start the total refactor 1 year ago
LICENSE [ADD] base working files 3 years ago
README.md [WIP] view rendering issue 1 year ago
docker-compose.yml [WIP] php: webdriver working 1 year 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