Metadata-Version: 2.1
Name: SpotifyLinuxOpen
Version: 0.1.0
Summary: A simple cli-utility that allows you to open 'open.spotify.com' in the Spotify desktop client on Linux
Home-page: https://git.orudo.ru/trueold89/SpotifyLinuxOpen
Author: trueold89
Author-email: trueold89@orudo.ru

# SpotifyLinuxOpen

#### A simple cli-utility that allows you to open "open.spotify.com" in the Spotify desktop client on Linux

## Usage:
**Link:** `https://open.spotify.com/<type>/<id>`
```shell
slopen https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8?si=a4ec356b33fd49d3
```

## Install:

| **reqs:**  |
| - |
| spotify |
| python |
| python-pip |
| dbus |

**From [git.orudo.ru](https://git.orudo.ru/trueold89/SpotifyLinuxOpen/releases):**
```shell
pip install https://git.orudo.ru/trueold89/SpotifyLinuxOpen/releases/download/v0.1/SpotifyLinuxOpen-0.1.tar.gz
```
**From pypi:**
```shell
pip install SpotifyLinuxOpen
```


## Build:

**Build python pkg**
```shell
pip install setuptools && python setup.py
```
**Install**
```shell
pip install dist/*
```
