Metadata-Version: 2.1
Name: spotcli
Version: 0.1.0
Summary: Cli tool to use spotify from terminal
Home-page: https://github.com/micheledinelli/spotcli
Author: Dinelli Michele
Author-email: dinellimichele00@gmail.com
License: MIT
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Operating System :: Microsoft
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spotipy

# spotcli

[![Publish to PyPI](https://github.com/micheledinelli/wifind/actions/workflows/publish-to-pypi.yaml/badge.svg)](https://github.com/micheledinelli/spoticli/actions/workflows/publish-to-pypi.yaml) [![pypi version](https://img.shields.io/pypi/v/spotcli)](https://pypi.org/project/spotcli/) [![pypi downloads](https://img.shields.io/pypi/dw/spotcli)](https://pypi.org/project/spotcli/)

`spotcli` is a cli tool to interact with your spotify account

## Results

`spotcli` is in early stage development. At the moment It supports OAuth2 authentication flow using
[`spotipy` library](https://github.com/spotipy-dev/spotipy)

## Installation

```sh
pip install spotcli
```

## Usage

```sh
# shows available commands
spotcli --help

spotcli login

spotcli logout
```
