2023-04-15 00:59:57 +05:30
2023-04-15 00:59:57 +05:30
2023-04-15 00:59:57 +05:30
2023-04-13 07:47:54 +05:30
2023-04-13 07:47:54 +05:30
2023-04-13 07:47:54 +05:30
2023-01-21 00:13:49 +05:30
2023-04-12 06:07:11 +05:30

gspt


mascot
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:

  1. Go to the Spotify Developer Dashboard and log in with your Spotify account credentials.

  2. Click on the "Create an App" button to create a new application.

    Create an App

  3. Give your application a name and description, and agree to the terms of service. In the Redirect URI section add http://localhost:8080/callback as a callback URL. This is necessary for the OAuth 2.0 authentication flow to work. Click on "Create" to proceed. Create an App Form

  4. 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.

  5. 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
  1. After this you can just run gspt. And follow the link that it generates, and Login.
$ gspt

Description
No description provided
Readme GPL-3.0 2.5 MiB
Languages
Go 98.9%
Makefile 1.1%