Tr4pSec / spotishell

A powershell module used to interact with the Spotify API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotishell

Donate

A powershell module used to interact with the Spotify API.

This is a work in progress, as such, some portions may not be production quality or work at all.

Prerequisites

Setup

  1. Install from PSGallery
Install-Module Spotishell
  1. Import module
Import-Module Spotishell
  1. List commands available in the module. Familiarize yourself with these.
Get-Command -Module Spotishell
  1. Set up your credential (use keys from your registered app referenced in the prerequisites)
New-SpotifyCredential -Name "appname" -ClientId "blahblahblah" -ClientSecret "blahblahblahblah"
  1. Give it a whirl!
Search-Spotify -Query "Bloc Party" -Artist
  1. Enjoy the bountiful data :^)
"Music is the silence between the notes"
  - Claude Debussy

About

A powershell module used to interact with the Spotify API

License:MIT License


Languages

Language:PowerShell 100.0%