This is a work in progress, as such, some portions may not be production quality or work at all.
- A spotify developer account and a registered app
- PowerShell 5.0 or later
- A cup of coffee or a nice tea
- Install from PSGallery
Install-Module Spotishell
- Import module
Import-Module Spotishell
- List commands available in the module. Familiarize yourself with these.
Get-Command -Module Spotishell
- Set up your credential (use keys from your registered app referenced in the prerequisites)
New-SpotifyCredential -Name "appname" -ClientId "blahblahblah" -ClientSecret "blahblahblahblah"
- Give it a whirl!
Search-Spotify -Query "Bloc Party" -Artist
- Enjoy the bountiful data :^)
"Music is the silence between the notes"
- Claude Debussy