Will use the Genius API to pull lyrics for a bunch of songs from a directory and export them as text files
|
|
||
|---|---|---|
| .env | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
Batch Lyric Finder
Will use the Genius API to pull lyrics for a bunch of songs from a directory and export them as text files
Prerequisites
Have the following installed on your system:
- Python 3.10+
- Pip
- And an IDE of your own choice (PyCharm or VS-Code is recommended)
Required Pip Packages
Using Pip, please install the following packages:
Configuration
In order to use the script, you will need to create an account on genius.com and create an API Client
Once you have done that, you will need to copy the access token and paste it into a .env file in the top directory. Make sure the file contains the following:
ACCESS_TOKEN={YOUR ACCESS TOKEN HERE}