Command line interface and API in Python for advanced and automated operations with Spotify, based on the click and spotipy packages.
This project uses Python >= 3.6.
pip install powerspot
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