theodcr / powerspot

πŸŽ‡ CLI and Python API for complex operations with Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

powerspot

Command line interface and API in Python for advanced and automated operations with Spotify, based on the click and spotipy packages.

Installation instructions

This project uses Python >= 3.6.

pip install powerspot

Usage

Examples of commands:

# get followed artists from Spotify profile and write them
powerspot artists write artists.json

# get new releases from those artists and save them in Spotify library
powerspot artists -f artists.json releases save

# show top tracks from recent activity
powerspot toptracks --term short show

About

πŸŽ‡ CLI and Python API for complex operations with Spotify

License:MIT License


Languages

Language:Python 100.0%