{"id":23864497,"url":"https://github.com/ibebbs/spotifyauthenticator","last_synced_at":"2025-06-19T20:39:45.332Z","repository":{"id":148899803,"uuid":"130091469","full_name":"ibebbs/SpotifyAuthenticator","owner":"ibebbs","description":"A .Net Core console application for retrieving access and refresh tokens from Spotify.","archived":false,"fork":false,"pushed_at":"2018-04-18T16:26:56.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T08:41:38.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/ibebbs.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":"2018-04-18T16:26:51.000Z","updated_at":"2022-09-01T06:02:20.000Z","dependencies_parsed_at":"2023-07-17T00:15:38.372Z","dependency_job_id":null,"html_url":"https://github.com/ibebbs/SpotifyAuthenticator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibebbs/SpotifyAuthenticator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FSpotifyAuthenticator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FSpotifyAuthenticator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FSpotifyAuthenticator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FSpotifyAuthenticator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibebbs","download_url":"https://codeload.github.com/ibebbs/SpotifyAuthenticator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibebbs%2FSpotifyAuthenticator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260827179,"owners_count":23068916,"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-01-03T08:26:29.513Z","updated_at":"2025-06-19T20:39:40.315Z","avatar_url":"https://github.com/ibebbs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify Authenticator\n\nA .Net Core console application for retrieving access and refresh tokens from Spotify.\n\n# Background\n\nIn order to any vaguely interesting endpoints in [Spotify's Web API](https://developer.spotify.com/web-api/) you need two things:\n\n1. A client application\n2. Authorization from the user for the client application to access their resources\n\n## Creating a client application\n\nTBC\n\n## Authorizing the use of user resources\n\nThat is where this utility comes in. It allows you to easily retreive a 'refreshable' access token from Spotify.\n\n\n# Usage\n\n## Authorization\n\nThe `authorize` command is used to initiate a ['Authorization Code' ](https://beta.developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow) flow. This command requires both your client id and client secret and displays a prompt to the user (using the supplied browser) authorizing the client app's access the users resources.\n\n`\ndotnet SpotifyAuthenticator.dll -c \u003cclientId\u003e -k \u003cclientSecret\u003e -s \u003cscope\u003e -o \u003coutput token as json\u003e -b \u003cpath to browser for authentication\u003e\n`\n\ne.g.\n\n`\ndotnet SpotifyAuthenticator.dll authorize -c ############## -k ####################### -s UserReadPrivate -s UserReadPlaybackState -s UserModifyPlaybackState -o \"c:\\Temp\\Token.json\" -b \"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"\n`\n\n## Refresh Token\n\nTBC\n\n# Attribution\n\nThis project uses [Jonas Dellinger's](https://github.com/JohnnyCrazy) awesome [SpotifyAPI-NET](https://github.com/JohnnyCrazy/SpotifyAPI-NET) project. A custom build of this library was made by yours truely to support .NET Core an is currently awaiting [PR approval](https://github.com/JohnnyCrazy/SpotifyAPI-NET/pull/237).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Fspotifyauthenticator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibebbs%2Fspotifyauthenticator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibebbs%2Fspotifyauthenticator/lists"}