{"id":15145854,"url":"https://github.com/yackx/soundcloud","last_synced_at":"2025-09-29T15:31:05.117Z","repository":{"id":19473129,"uuid":"22718406","full_name":"yackx/SoundCloud","owner":"yackx","description":"Simple Python script to download music from SoundCloud, using API or HTML scrapping 🎧🐍","archived":true,"fork":false,"pushed_at":"2024-05-21T15:30:11.000Z","size":28,"stargazers_count":91,"open_issues_count":2,"forks_count":23,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-09-27T11:43:15.877Z","etag":null,"topics":["python","soundcloud"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yackx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-07T11:08:50.000Z","updated_at":"2024-09-16T10:32:49.000Z","dependencies_parsed_at":"2022-09-14T04:12:08.969Z","dependency_job_id":null,"html_url":"https://github.com/yackx/SoundCloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yackx%2FSoundCloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yackx%2FSoundCloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yackx%2FSoundCloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yackx%2FSoundCloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yackx","download_url":"https://codeload.github.com/yackx/SoundCloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234635039,"owners_count":18863993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","soundcloud"],"created_at":"2024-09-26T11:43:17.469Z","updated_at":"2025-09-29T15:31:04.781Z","avatar_url":"https://github.com/yackx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SoundCloud Downloader\n=====================\n\n:warning: This project is obsolete and is no longer maintained. \n\nA simple Python script to download music from SoundCloud, using either their API.\n\n## Install\n\n1. Clone this repository\n2. Install libraries\n\nYou need Python 2.7.5 or above and the following library:\n\n* [SoundCloud client](https://github.com/soundcloud/soundcloud-python): `pip install soundcloud`. Refer to their documentation for alternate installation methods (`easy_install`, `apt-get`, ...).\n\n3. Get your client id\n\nYou also need a *CLIENT ID* from SoundCloud. It is as simple as [registering your \"app\"](https://developers.soundcloud.com/).\n\n## Download a track\n\n    $ python download.py -h\n    usage: download.py [-h] [--track TRACK] [--playlist PLAYLIST] --id ID\n                       [--override]\n\n    Download a SoundCloud sound or a complete playlist\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      --track TRACK, -s TRACK  Download a single track\n      --playlist PLAYLIST, -p PLAYLIST\n                            Download all tracks from a public playlist\n      --id ID, -i ID        Client ID\n      --override, -d        Override file if it exists. Defaults to false\n\nTo download a track, copy the track page URL from your browser:\n\n    $ python download.py --id my_id --track https://soundcloud.com/dj-crontab/indiscriminate-killers\n    Found: 'Indiscriminate Killers'\n\nThe track will be downloaded to a `mp3` folder under the current directory.\n\n## Download a playlist\n\nTo download all tracks from a playlist, make sure the playlist URL is accessible without password:\n\n* Either by making the playlist public or\n* By using its \"sharing URL\". To do so, go to the playlist and click on the \"Share\" button. Copy the \"Private Share\" URL that appears.\n\nExample:\n\n    $ python download.py --id my_id --playlist https://soundcloud.com/its-me/sets/my-list/sharecode\n    Found: 'Execute Every Minute'\n    File already exists, skipped\n    Found: 'Indiscriminate Killers'\n    Found: 'Above \u0026 Beyond pres. OceanLab - Satellite (ilan Bluestone Remix) [Out Now]'\n    Error: could not download\n    Found: 'Missiles at a Wedding - Heavy'\n    Found: 'CASHMERE'\n    Downloaded: 3, Skipped: 1, Errors: 1\n\nNotice that, for some reason, some titles cannot be downloaded, probably due to restriction set by the author or poster.\n\nThe track will be downloaded to a folder named `mp3/playlist_title` under the current directory.\n\n## Download all playlists\n\nTo download all tracks from all playlists of a user:\n\n    $ python download.py --id my_id --all http://soundcloud.com/some-user\n\nThe playlists must be public.\n\n## Unit tests\n\nClose to zero at the time. Use `py.test`:\n\n    $ py.test -q tests\n    .\n    1 passed in 0.08 seconds\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyackx%2Fsoundcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyackx%2Fsoundcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyackx%2Fsoundcloud/lists"}