An open API service indexing awesome lists of open source software.

https://github.com/jaypyles/spotistats

This already exists as a library for python, but I implemented some small parts of the library myself to practice working with API's and Click.
https://github.com/jaypyles/spotistats

Last synced: 12 months ago
JSON representation

This already exists as a library for python, but I implemented some small parts of the library myself to practice working with API's and Click.

Awesome Lists containing this project

README

          

# SpotiStats

A simple command line application used for interacting with the Spotify api. Currently it can search for songs, artists, and tracks on Spotify.

# Installation

Ensure pipx is installed with `pip install pipx`.

Run `pipx ensurepath`.

From inside the cloned repo, run: `pipx install .`.

# Todo

- [ ] Reconfigure project to instead being an installable package that is used in a CLI tool
- [x] Configure installation for pypi
- [x] Add to PATH when installed