{"id":25120422,"url":"https://github.com/mathcale/setlist-to-playlist","last_synced_at":"2025-08-19T23:09:39.860Z","repository":{"id":246290461,"uuid":"799383512","full_name":"mathcale/setlist-to-playlist","owner":"mathcale","description":"Creates a Spotify playlist based on a Setlist.fm entry","archived":false,"fork":false,"pushed_at":"2025-07-21T19:14:35.000Z","size":119,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-15T18:13:37.179Z","etag":null,"topics":["cli","golang","setlistfm","spotify"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathcale.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":"2024-05-12T01:09:28.000Z","updated_at":"2025-07-21T19:14:35.000Z","dependencies_parsed_at":"2025-03-22T22:29:54.161Z","dependency_job_id":null,"html_url":"https://github.com/mathcale/setlist-to-playlist","commit_stats":null,"previous_names":["mathcale/setlist-to-playlist"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mathcale/setlist-to-playlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathcale%2Fsetlist-to-playlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathcale%2Fsetlist-to-playlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathcale%2Fsetlist-to-playlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathcale%2Fsetlist-to-playlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathcale","download_url":"https://codeload.github.com/mathcale/setlist-to-playlist/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathcale%2Fsetlist-to-playlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271236280,"owners_count":24723978,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","golang","setlistfm","spotify"],"created_at":"2025-02-08T05:29:24.003Z","updated_at":"2025-08-19T23:09:39.842Z","avatar_url":"https://github.com/mathcale.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setlist to Playlist\n\nCool CLI that creates a Spotify playlist based on a Setlist.fm entry, written in Go.\n\n[![Continuous Integration](https://github.com/mathcale/setlist-to-playlist/actions/workflows/ci.yaml/badge.svg)](https://github.com/mathcale/setlist-to-playlist/actions/workflows/ci.yaml)\n\n## Usage\n\nJust run the following command, replacing the URL with the one you want to create a playlist from:\n\n```sh\nsetlist-to-playlist --url https://www.setlist.fm/setlist/blink182/2024/autodromo-de-interlagos-sao-paulo-brazil-53aa1325.html\n```\n\n## Installation\n\n### Step 1: downloading the binary\n\n1. Download the latest release for your OS from the [releases page](https://github.com/mathcale/setlist-to-playlist/releases/latest)\n2. Extract the tarball to a folder in your PATH (like `$HOME/.local/bin` or `/usr/local/bin`)\n3. Run `setlist-to-playlist --help` to check if the installation was successful\n\n### Step 2: Generating the Spotify API credentials\n\n1. Go to the [Spotify Developer Dashboard](https://developer.spotify.com/dashboard/applications)\n2. Click on \"Create app\" and fill in the required fields, but pay attention to the following:\n   - The `Redirect URIs` field **MUST** be `http://localhost:8080/callback`\n   - The `Web API` checkbox **MUST** be checked\n3. Copy the `Client ID` and `Client Secret` to a safe place\n\n### Step 3: Generating the Setlist.fm API key\n\n1. Go to the [Setlist.fm API page](https://www.setlist.fm/settings/apps) and fill in the required fields\n2. Copy the generated `API Key` to a safe place\n\n### Step 4: Configuring the CLI\n\nOn the first run, the CLI will ask for the credentials you generated in the previous steps. Just copy and paste them when prompted and the CLI will store them in a TOML configuration file in your home directory (`$HOME/.config/setlist-to-playlist` on Linux and `$HOME/Library/Application Support/setlist-to-playlist` on macOS).\n\n## Development\n\n### Prerequisites\n\n- Go 1.22.3 (or later)\n- GNU Make\n\n### Setup\n\n1. Clone the repository\n2. Run `make tidy` to install dependencies\n\n### Running\n\n1. Just execute `go run ./cmd/cli/main.go --url SOME_URL_HERE` to run the CLI\n\n### Testing\n\n```sh\nmake test\n```\n\n### Building\n\n```sh\nmake build\n```\n\n### Reset config and authentication state\n\n```sh\nmake clean-all\n```\n\n## License\n\n[GNU GPLv3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathcale%2Fsetlist-to-playlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathcale%2Fsetlist-to-playlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathcale%2Fsetlist-to-playlist/lists"}