Skip to content

Instantly share code, notes, and snippets.

View neverlink's full-sized avatar
💤

neverlink

💤
  • Switzerland
View GitHub Profile
@neverlink
neverlink / soundcloud-likes-playlist-dump.py
Last active December 10, 2022 18:38
Split your Soundcloud likes into playlists of 500, each named after the date liked of the first and last song in that specific batch. Useful to users with a large amount of likes.
import json
import time
import pprint
import requests
from datetime import datetime
auth_token = 'OAuth XYZ123'
client_id = 'ABCDEF'
user_id = '123456'