Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzz2017/lyriccrawler
一个批量爬取网易云音乐歌词的爬虫。
https://github.com/mzz2017/lyriccrawler
cloudmusic lyric neteasemusic nodejs puppeteer
Last synced: 23 days ago
JSON representation
一个批量爬取网易云音乐歌词的爬虫。
- Host: GitHub
- URL: https://github.com/mzz2017/lyriccrawler
- Owner: mzz2017
- Created: 2018-08-22T14:38:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T01:06:37.000Z (about 2 years ago)
- Last Synced: 2024-10-08T13:41:27.708Z (about 1 month ago)
- Topics: cloudmusic, lyric, neteasemusic, nodejs, puppeteer
- Language: JavaScript
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# LyricCrawler
一个批量爬取网易云音乐歌词的爬虫。
只因为网易云下歌不给歌词,而MP3需要lrc。
基于puppeter获取歌单列表(但实际上有相应的api可以轻松实现,我写了第一个版本之后才发现的)。
## Setup
```bash
# install dependencies
yarn# run
node app.js
```