Giter Site home page Giter Site logo

spotishell's Introduction

Spotishell

A powershell module used to interact with the Spotify API.

It handles all Spotify Web API endpoints including control of players (https://developer.spotify.com/documentation/web-api/reference/)

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-SpotifyApplication -ClientId "blahblahblah" -ClientSecret "blahblahblahblah"
  1. Add "http://localhost:8080/spotishell" as a redirect URL in your Spotify app settings spotify developer Dashboard

  2. Give it a whirl!

Start-Playback -TrackUris @('spotify:track:4juzduULFJiZVIcrC1tkxE') # Start Banquet of Bloc Party on the first available device
Search-Item -Query 'Bloc Party' -Type Artist # look for Bloc Party artist
  1. Enjoy the music and bountiful data :^)
"Music is the silence between the notes"
  - Claude Debussy

Help

See HELP for the synopsis, syntax, and parameters for each of the cmdlets.

If you feel so inclined, buy me a coffee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.