{"id":14063893,"url":"https://github.com/wardbox/spotishell","last_synced_at":"2025-10-28T23:31:28.317Z","repository":{"id":44916336,"uuid":"161569285","full_name":"wardbox/spotishell","owner":"wardbox","description":"A powershell module used to interact with the Spotify API","archived":false,"fork":false,"pushed_at":"2023-09-05T06:49:41.000Z","size":264,"stargazers_count":45,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T19:39:30.824Z","etag":null,"topics":["powershell","powershell-core","powershell-gallery","powershell-module","powershell-modules","powershell-script","powershell-scripts","spotify","spotify-api","spotify-web-api"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wardbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-12-13T01:52:38.000Z","updated_at":"2024-10-10T20:28:21.000Z","dependencies_parsed_at":"2024-10-11T20:42:02.682Z","dependency_job_id":null,"html_url":"https://github.com/wardbox/spotishell","commit_stats":{"total_commits":196,"total_committers":13,"mean_commits":"15.076923076923077","dds":0.5663265306122449,"last_synced_commit":"449a07a8704194e1beea76c1680107404738631c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbox%2Fspotishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbox%2Fspotishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbox%2Fspotishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardbox%2Fspotishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wardbox","download_url":"https://codeload.github.com/wardbox/spotishell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238738044,"owners_count":19522299,"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":["powershell","powershell-core","powershell-gallery","powershell-module","powershell-modules","powershell-script","powershell-scripts","spotify","spotify-api","spotify-web-api"],"created_at":"2024-08-13T07:03:33.723Z","updated_at":"2025-10-28T23:31:28.309Z","avatar_url":"https://github.com/wardbox.png","language":"PowerShell","readme":"\u003cimg src=\"https://i.imgur.com/plzJqJ0.png\" height=\"72px\"\u003e\n\n# Spotishell\n\n### A powershell module used to interact with the Spotify API.\n\nIt handles all Spotify Web API endpoints including control of players (https://developer.spotify.com/documentation/web-api/reference/)\n## Prerequisites\n* [A spotify premium account and a registered app](https://developer.spotify.com/documentation/web-api/quick-start/)\n* PowerShell 5.0 or later\n* A cup of coffee or a nice tea\n\n## Setup\n1. Install from PSGallery\n```powershell\nInstall-Module Spotishell\n```\n\n2. Import module\n```powershell\nImport-Module Spotishell\n```\n3. List commands available in the module.  Familiarize yourself with these.\n```powershell\nGet-Command -Module Spotishell\n```\n4. Set up your credential (use keys from your registered app referenced in the prerequisites)\n```powershell\nNew-SpotifyApplication -ClientId \"blahblahblah\" -ClientSecret \"blahblahblahblah\"\n```\n5. Add \"http://127.0.0.1:8080/spotishell\" as a redirect URL in your Spotify app settings\n[spotify developer Dashboard](https://developer.spotify.com/dashboard)\n\n6. Give it a whirl!\n```powershell\nStart-Playback -TrackUris @('spotify:track:4juzduULFJiZVIcrC1tkxE') # Start Banquet of Bloc Party on the first available device\nSearch-Item -Query 'Bloc Party' -Type Artist # look for Bloc Party artist\n```\n7. Enjoy the music and bountiful data :^)\n\n```\n\"Music is the silence between the notes\"\n  - Claude Debussy\n```\n\n## Help\nSee [HELP](https://github.com/wardbox/spotishell/blob/master/HELP.md) for\nthe synopsis, syntax, and parameters for each of the cmdlets. \n\n\nIf you feel so inclined, [buy me a coffee](https://www.buymeacoffee.com/wardbox)","funding_links":["https://www.buymeacoffee.com/wardbox"],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbox%2Fspotishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwardbox%2Fspotishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardbox%2Fspotishell/lists"}