Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mzz2017/lyriccrawler

一个批量爬取网易云音乐歌词的爬虫。
https://github.com/mzz2017/lyriccrawler

cloudmusic lyric neteasemusic nodejs puppeteer

Last synced: 23 days ago
JSON representation

一个批量爬取网易云音乐歌词的爬虫。

Awesome Lists containing this project

README

        

# LyricCrawler
一个批量爬取网易云音乐歌词的爬虫。
只因为网易云下歌不给歌词,而MP3需要lrc。
基于puppeter获取歌单列表(但实际上有相应的api可以轻松实现,我写了第一个版本之后才发现的)。
## Setup
```bash
# install dependencies
yarn

# run
node app.js
```