quartz/content/Obsidian Vault/pocket/How to download an artists’ lyrics from Genius.com using Python.md
2022-06-07 14:39:39 -06:00

11 lines
970 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
Title: How to download an artists lyrics from Genius.com using Python
URL: https://rareloot.medium.com/how-to-download-an-artists-lyrics-from-genius-com-using-python-984d298951c6
Tags: #code, #reference
Excerpt: >
Lyricsgenius is a python module package written by John W. that wraps the Genius.com API and makes it easy to download song lyrics. Before we start, you will need Genius API credentials which you can get from registering here. Next you need to install the lyricsgenius module.
---
https://rareloot.medium.com/how-to-download-an-artists-lyrics-from-genius-com-using-python-984d298951c6
How to download an artists lyrics from Genius.com using Python
#code, #reference
Lyricsgenius is a python module package written by John W. that wraps the Genius.com API and makes it easy to download song lyrics. Before we start, you will need Genius API credentials which you can get from registering here. Next you need to install the lyricsgenius module.