mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
11 lines
970 B
Markdown
11 lines
970 B
Markdown
---
|
||
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. |