pip install soapify
- python3
- click
- spotipy
λ soapify --help
-Usage: soapify [OPTIONS] TEXT
Filter your all Spotify playlists
Options:
-w, --where [artist|song|both] Where to filter
-u, --username TEXT Spotify username
-id, --client-id TEXT Spotify API client id
-secret, --client-secret TEXT Spotify client secret
--help Show this message and exit.
Note: --username
, --client-id
, and --client-secret
are not required if environment variables (SPOTIPY_USERNAME
, SPOTIPY_CLIENT_ID
, and SPOTIPY_CLIENT_SECRET
) are defined.