ratingsoreo.blogg.se

Spotify art geektool
Spotify art geektool






If you're a pywal user, the -pywal option can be used to match the SpotiFetch color scheme with the one generated by pywal $ spotifetch profile -pywal # Uses color scheme generated by pywal catppuccin - latte, frappe, macchiato, mocha.The -color/ -c option is available for all three of the commands SpotiFetch uses catppuccin as it's default color scheme, but a different one can be specified using the -color/ -c option.įor example: $ spotifetch profile # uses catppuccin The -all-artists/ -a option is available for the profile and top-tracks commands SpotiFetch can be used with a variety of different color schemes. $ spotifetch profile -all-artists # Displays all artists for a track The -random/ -r option is also available for all three of the commands The -all-artists/ -a option can be used to display all artists on a track instead of just displaying one $ spotifetch profile # Displays only one artist for a track $ spotifetch profile -n # prints green spotify art The -term/ -t option is available for all three of the commands SpotiFetch supports -no-random/ -n option to print the spotify ascii art with a green outline instead of a using a random color from the colorscheme $ spotifetch profile # prints spotify art with random color $ spotifetch top-artists -t long # fetches top artists in the long term $ spotifetch top-artists -t mid # fetches top artists in the mid term $ spotifetch top-artists -t short # fetches top artists in the short term By default, SpotiFetch fetches your top artists in the short term, but mid term, and long term are also available using the -term/ -t option. $ spotifetch top-tracks # fetches your top five songs The top artists and tracks depends on the time-frame. $ spotifetch top-artists # fetches your top five artists SpotiFetch can be used like any other fetch tool $ spotifetch profile # fetches profile stats Login is not required after the first use. If the instructions in the Requirements section are followed properly, SpotiFetch will ask you to log in and give permissions to fetch stats the first time it's used.

#Spotify art geektool install#

Install from pip $ pip3 install spotifetch zshrc or the equivalent for your shell export SPOTIPY_CLIENT_ID = 'insert-your-spotify-client-id-here' export SPOTIPY_CLIENT_SECRET = 'insert-your-spotify-client-secret-here' export SPOTIPY_REDIRECT_URI = '' Take a note of your Client ID and Client Secret Register an app on the Spotify developer dashboard hereĮdit the app settings and set as the redirect URI SpotiFetch is a simple fetch tool to display info about your Spotify profile using the spotify API






Spotify art geektool