Fetch all the lyrics using NetEase Music API
$ LyricFetcher --help
Usage:
$ LyricFetcher
Options:
--serverPrefix [default: http://localhost:3000] # the listening address of NeteaseCloudMusicApi
--path [default: working path] # the menu of songs you want to fetch lyrics for
git clone https://github.com/CaptainYukinoshitaHachiman/LyricFetcher.git && cd LyricFetcher
swift build -c release
# macOS
sudo cp ./.build/x86_64-apple-macosx/release/LyricFetcher /usr/local/bin
# Ubuntu
sudo cp ./.build/x86_64-unknown-linux/release/LyricFetcher /usr/local/bin
brew install exiftool
sudo apt install libimage-exiftool-perl
git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
npm install
# run the command below from the same directory before using LyricFetcher
node ./NeteaseCloudMusicApi/app.js