{"id":13752190,"url":"https://github.com/rttll/faveslist-spotify","last_synced_at":"2026-04-19T14:01:27.367Z","repository":{"id":37218765,"uuid":"142649421","full_name":"rttll/faveslist-spotify","owner":"rttll","description":"Mac hot key for liking songs on Spotify, with menubar UI.","archived":false,"fork":false,"pushed_at":"2023-01-06T01:34:45.000Z","size":89304,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T10:22:37.025Z","etag":null,"topics":["electron","preact","spotify","spotify-api","spotify-web-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://fs.thisadrian.vercel.app/","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/rttll.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}},"created_at":"2018-07-28T05:22:46.000Z","updated_at":"2020-07-12T02:56:18.000Z","dependencies_parsed_at":"2023-02-05T01:30:29.763Z","dependency_job_id":null,"html_url":"https://github.com/rttll/faveslist-spotify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rttll/faveslist-spotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rttll%2Ffaveslist-spotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rttll%2Ffaveslist-spotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rttll%2Ffaveslist-spotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rttll%2Ffaveslist-spotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rttll","download_url":"https://codeload.github.com/rttll/faveslist-spotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rttll%2Ffaveslist-spotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["electron","preact","spotify","spotify-api","spotify-web-api","tailwindcss"],"created_at":"2024-08-03T09:01:01.226Z","updated_at":"2026-04-19T14:01:27.348Z","avatar_url":"https://github.com/rttll.png","language":"JavaScript","funding_links":[],"categories":["Entertainment"],"sub_categories":["Music"],"readme":"# Faveslist\n\nSpotify faveslist helper, for Mac.\n\n[https://fs.thisadrian.vercel.app](https://fs.thisadrian.vercel.app)\n\n## Setup\n\nYou'll need a Spotify developer account and a new project. \n\nhttps://developer.spotify.com/\n\n\n**Redirect URI**\n\nFaveslist uses OAuth to connect to Spotify. In the final stage of the OAuth procedure, Spotify will need to redirect back to the app using the Redirect URI. It's basically a link from the web to the native app.\n\nIn the project settings in Spotify, set a Redirect URI to match this app's default protocol client. \n\nFor example, in the project I created for this app, I set the redirect URI to `faveslist://`. And then in the client itself I registered the protocol [like this](https://github.com/thisadrian/faveslist-spotify/blob/960605e073c0783fe68c0c109ad9aa827913218d/src/background.js#L37)\n\nRead about Spotify app [redirect URI's](https://developer.spotify.com/documentation/general/guides/app-settings/)\n\nRead about Electron's [setAsDefaultProtocolClient](https://www.electronjs.org/docs/api/app#appsetasdefaultprotocolclientprotocol-path-args)\n\n\n**API key**\n\nCreate two json files in a config directory, one for each environment. \n\n`confg/env_development.json` \n\n`confg/env_production.json` \n\nAdd your id and secret using the following format:\n\n\n```\n\n{\n  \"name\": \"lowercase env name\",\n  \"CLIENT_ID\": \"YOU ID HERE\",\n  \"CLIENT_SECRET\": \"YOUR SECRET HERE\"\n}\n\n```\n\nThe two files are reduntant, because Spotify only issues one key, but this respects the original setup of the electron boilerplate. Probably I should change this though...\n\n\n## Development\n\n`npm start`\n\n## Build\n\n`npm run release`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frttll%2Ffaveslist-spotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frttll%2Ffaveslist-spotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frttll%2Ffaveslist-spotify/lists"}