1.8 KiB
gspt

Spotify for terminal written in Go.
with builtin cover-art view and much more.
Documentation | Discussion
In a very experimental stage.
Setup
How to Generate an API Key from Spotify Dashboard
If you want to use Spotify's API to create applications that interact with their music streaming service, you will need an API key. Here's how you can generate one from the Spotify Dashboard:
-
Go to the Spotify Developer Dashboard and log in with your Spotify account credentials.
-
Click on the "Create an App" button to create a new application.
-
Give your application a name and description, and agree to the terms of service. In the
Redirect URIsection addhttp://localhost:8080/callbackas a callback URL. This is necessary for the OAuth 2.0 authentication flow to work. Click on "Create" to proceed.
-
On the next page, you'll see the details of your newly created application. In the Settings Look for the section labeled "Client ID" and click on the "Show Client Secret" button.
-
You will now see your Client ID and Client Secret. You will need both of these to use the Spotify API in
gspt
$ export SPOTIFY_ID= # client id
$ export SPOTIFY_SECRET= # client secret
- After this you can just run
gspt. And follow the link that it generates, and Login.
$ gspt

