{"id":21089963,"url":"https://github.com/januff/spotify-liked-songs-export","last_synced_at":"2026-04-28T19:01:35.358Z","repository":{"id":80788416,"uuid":"489472132","full_name":"januff/spotify-liked-songs-export","owner":"januff","description":"A Spotify Authorization Code flow using Remix and StepZen.","archived":false,"fork":false,"pushed_at":"2022-05-11T03:31:46.000Z","size":2369,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T23:06:00.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/januff.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-05-06T19:31:28.000Z","updated_at":"2025-08-25T06:08:15.000Z","dependencies_parsed_at":"2023-03-07T18:00:39.728Z","dependency_job_id":null,"html_url":"https://github.com/januff/spotify-liked-songs-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/januff/spotify-liked-songs-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januff%2Fspotify-liked-songs-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januff%2Fspotify-liked-songs-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januff%2Fspotify-liked-songs-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januff%2Fspotify-liked-songs-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/januff","download_url":"https://codeload.github.com/januff/spotify-liked-songs-export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/januff%2Fspotify-liked-songs-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-19T21:33:04.799Z","updated_at":"2026-04-28T19:01:35.328Z","avatar_url":"https://github.com/januff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Spotify Liked Songs Export\n#### Spotify OAuth flow using Remix and GraphQL-as-a-service using StepZen.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"500\" src=\"././images/login.png\"/\u003e  \n\u003c/p\u003e\n\n- **[How Portable Is Spotify?](overview.md): Exporting My Saved Music**\n\n\n  \u003e I was disappointed to discover, when I tried to migrate my playlists to Tidal, that the free versions of both recommended transfer apps have 250-song restrictions (and the paid versions are subscription apps, billed annually!)\n\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"230\" src=\"././images/tunemymusic.png\"/\u003e\n  \u003cimg width=\"300\" src=\"././images/subscription.png\"/\u003e\n  \n\u003c/p\u003e\n\n- **[A Spotify OAuth flow in Remix](authflow.md): Using CookieSessionStorage**\n\n\n  \u003e In the Loader for my \u003ccode\u003e/callback\u003c/code\u003e, I grab the \u003ccode\u003ecode\u003c/code\u003e from the url and query an access token using the Fetch API. That token is immediately extracted, set as a Cookie using \u003ccode\u003egetSession\u003c/code\u003e, and persisted server-side using \u003ccode\u003ecommitSession\u003c/code\u003e.\n\n\n\u003cbr/\u003e \n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"././images/oauthflow.png\"/\u003e\n\u003c/p\u003e\n\n\n- **[Designing a Spotify GraphQL schema with StepZen](stepzen.md): Paginating results**\n\n\n  \u003e This proves immediately useful in the loader for our \u003ccode\u003e/tracks\u003c/code\u003e route, which uses a \u003ccode\u003ewhile\u003c/code\u003e statement to keep track of the returned \u003ccode\u003ehasNextPage\u003c/code\u003e boolean, until the request is fully depaginated.\n\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"350\" src=\"././images/newline.png\"/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n- **[Build A Spotify Connected App](https://www.newline.co/courses/build-a-spotify-connected-app): Learn how to build a full stack web app to visualize personalized Spotify data with the help of Node.js, React, Styled Components, and the Spotify Web API.**\n\n\n  \u003e Credit mainly to Brittany Chiang, whose recent newline.co course Build a Spotify Connect App (free online at the moment) is a concise masterclass in best practices for REST API client-building. (And whose code and architecture I used as a starting point.)\n\n\u003cbr/\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanuff%2Fspotify-liked-songs-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanuff%2Fspotify-liked-songs-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanuff%2Fspotify-liked-songs-export/lists"}