Skip to content

Instantly share code, notes, and snippets.

View g2p's full-sized avatar
🪓
Hacking

Gabriel de Perthuis g2p

🪓
Hacking
View GitHub Profile
@g2p
g2p / export-shazam-web.js
Last active January 21, 2023 14:41 — forked from hennzen/export-shazam-web.js
Export Shazam list to JSON format
// JS-Console script to export song name, artist and cover image URL to a JSON format
// Order of results is in ascending date order. If you want to change that, delete line with '.reverse()'
// The result is copied to your clipboard
//
// 1. Open https://www.shazam.com/myshazam and login
// 2. Scroll down to the end of your list, so that *all* songs are loaded
// 3. Open Developer console with F12
// 4. Copy paste this code to the JS-console and hit Enter
// 5. Paste the result to your favorite text editor. Voilà.