{"id":15145822,"url":"https://github.com/lazycatcoder/soundclouddownloader","last_synced_at":"2025-04-06T21:46:40.412Z","repository":{"id":157738735,"uuid":"633613340","full_name":"lazycatcoder/SoundCloudDownloader","owner":"lazycatcoder","description":"This downloader uses SoundCloud API to download songs, supports multi-threaded song download","archived":false,"fork":false,"pushed_at":"2023-04-27T23:00:30.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:46:32.171Z","etag":null,"topics":["downloader","json","music","musicdownloader","python","soundcloud","soundcloud-api","soundcloud-downloader","soundcloud-music-downloader","threading"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazycatcoder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-27T22:36:55.000Z","updated_at":"2024-01-13T02:15:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab775833-1aae-4047-adab-413cb8708a30","html_url":"https://github.com/lazycatcoder/SoundCloudDownloader","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"6420a262b8d25bba171bc32311ca8331d7a999de"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2FSoundCloudDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2FSoundCloudDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2FSoundCloudDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazycatcoder%2FSoundCloudDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazycatcoder","download_url":"https://codeload.github.com/lazycatcoder/SoundCloudDownloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557807,"owners_count":20958047,"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":["downloader","json","music","musicdownloader","python","soundcloud","soundcloud-api","soundcloud-downloader","soundcloud-music-downloader","threading"],"created_at":"2024-09-26T11:43:06.684Z","updated_at":"2025-04-06T21:46:40.388Z","avatar_url":"https://github.com/lazycatcoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eSoundCloud Downloader\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"justify\"\u003e\n   This script allows you to download tracks from the \u003ca href=\"https://soundcloud.com/\"\u003eSoundCloud\u003c/a\u003e platform at the track URL. It uses the SoundCloud API to get the streaming URL of a track and breaks it up into small chunks that are downloaded and merged into a single file. The script can process several tracks at the same time using Threading. \n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Settings\nTo use it, you need to complete the following steps:\n\n\u003cbr\u003e\n\n### 📁 Clone this repository\n\n   ```\n   git clone https://github.com/lazycatcoder/SoundCloudDownloader.git\n   ```\n\n\u003cbr\u003e\n\n### 📦 Install dependencies\n   \n   ```\n   pip install -r requirements.txt\n   ```\n\n\u003cbr\u003e\n\n### 🔧 Additional Information\n\n\u003cdiv align=\"left\"\u003e\n\n\u003cbr\u003e\nIn order to download music, you can enter links to tracks from SoundCloud:\n\n*- manually through the terminal* \n\n   ```\n      url = input(\"URL: \")\n      sc_downloader.get_track(url)\n   ```\n\u003cbr\u003e\n\n*- pass a link to one track directly in the code*\n\n   ```\n      url = \"https://soundcloud.com/username/trackname\"\n      sc_downloader.get_track(url)\n   ```\n\n\u003cbr\u003e\n\n*- pass a list of links to multiple tracks*\n\n   ```\n      url_list = [\n         \"https://soundcloud.com/username/trackname\",\n         \"https://soundcloud.com/username/trackname\",\n         \"https://soundcloud.com/username/trackname\"\n      ]\n      sc_downloader.get_track(url_list)\n   ```\n\n\u003cbr\u003e\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycatcoder%2Fsoundclouddownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazycatcoder%2Fsoundclouddownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazycatcoder%2Fsoundclouddownloader/lists"}