{"id":15146260,"url":"https://github.com/robertdavidwest/soundcloud","last_synced_at":"2026-02-28T11:31:58.624Z","repository":{"id":74990148,"uuid":"303833302","full_name":"robertdavidwest/soundcloud","owner":"robertdavidwest","description":"A clojure based webscraper for Soundcloud","archived":false,"fork":false,"pushed_at":"2021-01-10T23:54:42.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-27T12:01:36.091Z","etag":null,"topics":["clojure","postgresql","soundcloud-api"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertdavidwest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-13T21:30:56.000Z","updated_at":"2023-03-13T22:02:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc9eda30-37f4-49ef-bbc5-e29dfe170ed7","html_url":"https://github.com/robertdavidwest/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/robertdavidwest%2Fsoundcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidwest%2Fsoundcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidwest%2Fsoundcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertdavidwest%2Fsoundcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertdavidwest","download_url":"https://codeload.github.com/robertdavidwest/soundcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563922,"owners_count":20958971,"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":["clojure","postgresql","soundcloud-api"],"created_at":"2024-09-26T12:01:16.154Z","updated_at":"2025-10-28T20:19:12.898Z","avatar_url":"https://github.com/robertdavidwest.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soundcloud\n\nFIXME: description\n\n## Installation\n\nDownload from http://example.com/FIXME.\n\n## Usage\n\nCollect and aggregate user data from Soundcloud into a database using Clojure and PostgreSQL.\n\nSoundcloud seem to have an open API. If you look at the requests on a soundcloud page you will see requests being made with a client_id. Use this client ID on your config here.\n\n1. Create a PostgreSQL database called `soundcloud_stats`\n2. In `soundcloud_stats` run the SQL script `database/schema_migrations/12.27.2020.11.55_users_and_tracks_up.sql` to create the database tables.\n3. Create a `config.edn` file and store it in `src/soundcloud/config.edn` with the following format\n    \n    ```\n    config.edn \n    # ----------------\n    {\n        :client-id \"ABCDEF\"\n        :users [{\n                  :username \"some-user\"\n                  :user-id \"1234\"\n                 } {\n                  :username \"another-user\"\n                  :user-id \"5678\"}\n                ...]\n\t}\n    ```\n4. Run `-main` and all user and user tracks information will be scraped and stored in the database.\n\nFIXME: explanation\n\n    $ java -jar soundcloud-0.1.0-standalone.jar [args]\n\n## Options\n\nFIXME: listing of options this app accepts.\n\n## Examples\n\n...\n\n### Bugs\n\n...\n\n### Any Other Sections\n### That You Think\n### Might be Useful\n\n## License\n\nCopyright © 2020 FIXME\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertdavidwest%2Fsoundcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertdavidwest%2Fsoundcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertdavidwest%2Fsoundcloud/lists"}