Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...)
Openwhyd is a free and open-source API for downloading curated music playlists and user track data from various streaming platforms.
import requests
url = "https://openwhyd.org/adrien"
params = {
"format": "json",
"limit": 5
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)