Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 597 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 597 Bytes

macos-spotify-lyrics

Short script to get the currently playing song from Spotify, scrape its lyrics from Genius and print the lyrics on your macOS terminal.

Note that the script only works on macOS because Applescript is used to communicate with Spotify.

Put your Genius API token in the field genius_token in the object config at the top of the script. See here for details on getting an API token.

Genius API request and scraping code adapted from lyrics-crawler by willamesoares.