{"id":15018983,"url":"https://github.com/ayehia0/soundcloud-dl","last_synced_at":"2025-10-24T01:30:32.141Z","repository":{"id":65231157,"uuid":"537925442","full_name":"AYehia0/soundcloud-dl","owner":"AYehia0","description":"A small CLI tool to download SoundCloud tracks and playlists, written in Go lang.","archived":false,"fork":false,"pushed_at":"2024-04-23T13:38:12.000Z","size":5405,"stargazers_count":99,"open_issues_count":7,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T22:11:14.684Z","etag":null,"topics":["cli","go","soundcloud"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AYehia0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-17T20:40:08.000Z","updated_at":"2025-01-27T23:39:15.000Z","dependencies_parsed_at":"2024-06-19T01:56:51.163Z","dependency_job_id":null,"html_url":"https://github.com/AYehia0/soundcloud-dl","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":"0.019607843137254943","last_synced_commit":"f3c058f23612cf63389fad4954cfda8910972e7b"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYehia0%2Fsoundcloud-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYehia0%2Fsoundcloud-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYehia0%2Fsoundcloud-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYehia0%2Fsoundcloud-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AYehia0","download_url":"https://codeload.github.com/AYehia0/soundcloud-dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237896916,"owners_count":19383611,"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":["cli","go","soundcloud"],"created_at":"2024-09-24T19:52:43.128Z","updated_at":"2025-10-24T01:30:26.244Z","avatar_url":"https://github.com/AYehia0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/go-sound.png\" height=\"400px\" width=\"100%\" style=\"border-radius:8px\" alt=\"goandsoundcloud\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\nSoundCloud-dl\n\n![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n![Sound Cloud](https://img.shields.io/badge/sound%20cloud-FF5500?style=for-the-badge\u0026logo=soundcloud\u0026logoColor=white)\n\n\u003c/h1\u003e\n\nA simple CLI app written in GO used to download sound-tracks from soundcloud with a nice UI and some cool features like downloading with multiple formats/qualities and search.\n\n# Overview\n\n`soundcloud-dl` is a compiled CLI app that uses the soundcloud API to :\n\n- Download tracks by URL.\n- Search in-app and download.\n- Save tracks with tags/metadata : `Artwork Image`, `Creation Date`, `Author Name`.\n- Multiple formats and qualities.\n- [Blazingly Fast](https://youtu.be/Z0GX2mTUtfo)\n- Download playlists.\n- Download user's tracks and playlists. (coming soon).\n\n# Installation\n\nThere are multiple ways to install, the easiest is :\n```\ngo install github.com/AYehia0/soundcloud-dl@latest\n```\nother way is to grab is the source code and build.\n\n# How to use ?\n\nMake sure to read the help menu.\n\n```\nUsage:\n  sc \u003curl\u003e [flags]\n\nFlags:\n  -b, --best                   Download with the best available quality.\n  -p, --download-path string   The download path where tracks are stored. (default \"/home/none/Things/github/soundcloud-dl\")\n  -h, --help                   help for sc\n  -s, --search-and-download    Search for tracks by title and prompt one for download \n  -v, --version                version for sc\n```\n\nNotes : `-s` can't work with a `url` passed.\n\n- **Download through a given URL**\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/soundcloud-dl-github.gif\" style=\"border-radius:8px\" alt=\"goandsoundcloud\"\u003e\n\u003c/p\u003e\n\n- **Download through search**\n\nNote: search is limited to 6 results of type `track`, later on maybe `playlist` will be added. Also pagination may be add!.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/download-search-short.gif\" style=\"border-radius:8px\" alt=\"goandsoundcloud\"\u003e\n\u003c/p\u003e\n\n- **Download a playlist**\n\nNote : when downloading a playlist, it uses the flag `--best` to grab the best quality.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/playlist-download.gif\" style=\"border-radius:8px\" alt=\"goandsoundcloud\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayehia0%2Fsoundcloud-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayehia0%2Fsoundcloud-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayehia0%2Fsoundcloud-dl/lists"}