Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/gotify
simple spotify player for cli
https://github.com/zztkm/gotify
cli go spotify
Last synced: 10 days ago
JSON representation
simple spotify player for cli
- Host: GitHub
- URL: https://github.com/zztkm/gotify
- Owner: zztkm
- License: mit
- Created: 2020-10-23T00:02:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T07:59:35.000Z (about 4 years ago)
- Last Synced: 2024-12-20T23:29:50.014Z (14 days ago)
- Topics: cli, go, spotify
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotify
Gotify is a Spotify player for cli.
Inspired by https://github.com/jbszczepaniak/spotify-cli.
Note: なんか知らんけど wsl2 環境で動作が異常(まだ原因特定できてない)
## Feature
- play
- pause
- next
- previous
- shuffle (set shuffle)## Usage
run `gotify` (windows: gotify.exe)
![](./misc/screenshot.png)
### Require
1. Premium Spotify Account
1. Created Spotify Application under https://developer.spotify.com/dashboard/applications (set redirect URI to http://localhost:7777/gotify)You'll get a client ID and secret key for your application.
### Installation
```sh
$ go get github.com/zztkm/gotify
```
settings.json must be located at `~/.config/gotify/settings.json`.
For windows `%APPDATA%\gotify/settings.json````json
{
"clientID": "sssafdafdfsaf",
"secretKey": "dafsafasf"
}
```