{"id":13707047,"url":"https://github.com/timoknapp/soundcloud-cli","last_synced_at":"2025-10-24T01:30:27.068Z","repository":{"id":36965237,"uuid":"274708518","full_name":"timoknapp/soundcloud-cli","owner":"timoknapp","description":"🔊☁️ Simple CLI to fetch SoundCloud tracks","archived":false,"fork":false,"pushed_at":"2024-08-13T08:36:44.000Z","size":149,"stargazers_count":39,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-27T12:01:33.202Z","etag":null,"topics":["golang","hacktoberfest","soundcloud","soundcloud-api","soundcloud-downloader"],"latest_commit_sha":null,"homepage":"","language":"Go","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/timoknapp.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":"2020-06-24T15:50:10.000Z","updated_at":"2024-08-29T06:31:19.000Z","dependencies_parsed_at":"2024-01-03T01:09:04.853Z","dependency_job_id":"be64d1dc-6d06-4346-8d96-5b3d8f4f3a13","html_url":"https://github.com/timoknapp/soundcloud-cli","commit_stats":{"total_commits":148,"total_committers":6,"mean_commits":"24.666666666666668","dds":"0.30405405405405406","last_synced_commit":"091ed385a2ecab0dca5bdb6dbb912f2e48e7259c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Fsoundcloud-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Fsoundcloud-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Fsoundcloud-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoknapp%2Fsoundcloud-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timoknapp","download_url":"https://codeload.github.com/timoknapp/soundcloud-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867314,"owners_count":16555821,"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":["golang","hacktoberfest","soundcloud","soundcloud-api","soundcloud-downloader"],"created_at":"2024-08-02T22:01:16.652Z","updated_at":"2025-10-24T01:30:26.780Z","avatar_url":"https://github.com/timoknapp.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# 🔊☁️ soundcloud-cli\nSimple CLI to fetch the SoundCloud streams\n\n## Getting started\n\n### Build\nYou can either build it yourself or just download the latest build from [here](https://github.com/timoknapp/soundcloud-cli/releases). If you want build it yourself, you can use the Makefile with you desired architeture:\n\n```\n# build for linux\nmake build-linux\n\n# build for Raspberry\nmake build-linux-arm\n\n# build for Mac\nmake build-mac\n\n# build for Mac ARM\nmake build-mac-arm\n\n# build for Windows\nmake build-windows\n```\n\n### Info\n```\n./sc -h\nNAME:\n   SoundCloud CLI - A simple CLI to interact with tracks on SoundCloud\n\nUSAGE:\n   main [global options] command [command options] [arguments...]\n\nVERSION:\n   1.0.0\n\nCOMMANDS:\n   download, dl  Download a track\n   meta, m       Show metadata for a track\n   search, ls    Search for tracks\n   help, h       Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n\n```\n\n### Run\n\nSearch:\n```\n./sc ls --limit 5 andhim\n     ID     |             TITLE              |                                URL                                  \n------------+--------------------------------+---------------------------------------------------------------------\n  177318577 | Elderbrook x Andhim - How Many | https://soundcloud.com/andhim/elderbrook-how-many-times-andhim-rmx  \n            | Times                          |                                                                     \n  29552513  | Theophilus London - Wine \u0026     | https://soundcloud.com/andhim/wine-and-chocolate-andhim-rmx         \n            | Chocolates (andhim rmx)        |                                                                     \n  90830301  | Hausch                         | https://soundcloud.com/andhim/andhim-hausch                         \n  112750743 | Boy Boy Boy                    | https://soundcloud.com/andhim/andhim-boy-boy-boy                    \n  99537297  | andhim live at Fusion Festival | https://soundcloud.com/andhim/andhim-live-at-fusion                 \n```\n\nDownload:\n```\n./sc download -h\nNAME:\n   main download - Download a track\n\nUSAGE:\n   main download [command options] [arguments...]\n\nOPTIONS:\n   --path value     Path where the files will be stored (default: \"download\")\n   --quality value  Quality of the track (default: \"mp3\")\n   --help, -h       show help (default: false)\n\n\n# By ID \u003e\n./sc download $TRACK_ID\n# By URL \u003e\n./sc download $TRACK_URL\n```\n\n## Features\n\n- Download tracks by URL or ID\n- Search tracks\n- Show metadata for a track\n- ID3 Tags\n- Support multiple system-architectures\n\n## Planned Features\n\n- Support multiple tracks download (e.g. by playlist URL)\n\n\n## Contribution\n\nPRs Welcome :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoknapp%2Fsoundcloud-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimoknapp%2Fsoundcloud-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoknapp%2Fsoundcloud-cli/lists"}