Exporting your “Weekly Exploration” to any music service
Navigate to your Recommendations page
Click the JSON info button
Save the results to a file: playlist.json
Get the artists and titles from this using jq
:
cat playlist.json | jq -r '.track[] | "\(.creator) - \(.title)"'