Easy batch retrieval of your myshazam library
- Install python 3.8 and the required prerequisites from requirements.txt file
- Place your own urls.txt file (formatted as one url per line, name is hardcoded so DON'T CHANGE IT) under ./mnt directory
- Set 'SEMAPHORE_ENV' env variable for asyncio module (if not set, default of 25 is used)
docker run -v %cd%\mnt:/app/mnt --env SEMAPHORE=50 --network="host" --name shazamapiv5fetchsongs diman82/shazamapiv5fetchsongs:latest
docker run -v $(pwd)/mnt:/app/mnt --env SEMAPHORE=50 --network="host" --name shazamapiv5fetchsongs diman82/shazamapiv5fetchsongs:latest
docker build -t shazamapiv5fetchsongs .
docker-compose build
docker-compose up
If you found this project useful, consider buying me a coffee