{"id":26940039,"url":"https://github.com/wistudent/soundcloud-likes-log-action","last_synced_at":"2026-02-06T16:34:03.002Z","repository":{"id":36961477,"uuid":"391459934","full_name":"WIStudent/soundcloud-likes-log-action","owner":"WIStudent","description":"A github action to log your soundcloud likes","archived":false,"fork":false,"pushed_at":"2024-11-26T02:11:08.000Z","size":755,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T15:18:01.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/WIStudent.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":"2021-07-31T20:39:40.000Z","updated_at":"2024-08-18T11:42:23.000Z","dependencies_parsed_at":"2024-08-18T12:30:27.437Z","dependency_job_id":"8a395219-27e3-4140-b3d3-18de3153f0bc","html_url":"https://github.com/WIStudent/soundcloud-likes-log-action","commit_stats":{"total_commits":98,"total_committers":2,"mean_commits":49.0,"dds":"0.16326530612244894","last_synced_commit":"077c8edae76ccd6466c7a2942927e3420e6dba6d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/WIStudent/soundcloud-likes-log-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WIStudent%2Fsoundcloud-likes-log-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WIStudent%2Fsoundcloud-likes-log-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WIStudent%2Fsoundcloud-likes-log-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WIStudent%2Fsoundcloud-likes-log-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WIStudent","download_url":"https://codeload.github.com/WIStudent/soundcloud-likes-log-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WIStudent%2Fsoundcloud-likes-log-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265786923,"owners_count":23828354,"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":[],"created_at":"2025-04-02T15:16:27.140Z","updated_at":"2026-02-06T16:34:02.966Z","avatar_url":"https://github.com/WIStudent.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soundcloud Likes Log Action\n\nCollects a list of your soundcloud likes and writes them into a json file.\n\n## Inputs\n\n## `username`\n\n**Required** Your soundcloud user name. If the url to your soundcloud profile is `https://soundcloud.com/wistudent`, your username is `wistudent`.\n\n## `output-path`\n\nPath to where the resulting json should be written. Default: `likes.json`.\n\n## Example usage\n\nThe following workflow collects the list of soundcloud likes once a week and commits any changes.\n\n```yml\nname: Update Log\non:\n  schedule:\n    - cron: '0 0 * * 0'\n\njobs:\n  update-log:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: WIStudent/soundcloud-likes-log-action@v2\n        with:\n          username: wistudent\n      - uses: EndBug/add-and-commit@v9\n        with:\n          add: likes.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwistudent%2Fsoundcloud-likes-log-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwistudent%2Fsoundcloud-likes-log-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwistudent%2Fsoundcloud-likes-log-action/lists"}