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.
- Host: GitHub
- URL: https://github.com/jaypyles/spotistats
- Owner: jaypyles
- Created: 2023-03-31T22:11:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T04:32:17.000Z (about 3 years ago)
- Last Synced: 2025-03-22T19:29:21.747Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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