https://github.com/biyuehu/neteaselyricfetcher
A powerful and tiny NetEase Music lyric fetching tool, support original, translated, and romanized lyrics.
https://github.com/biyuehu/neteaselyricfetcher
c c-lang c-language c-programming music music-tool music-tools netease netease-cloud-music netease-music pure-c tool
Last synced: about 1 month ago
JSON representation
A powerful and tiny NetEase Music lyric fetching tool, support original, translated, and romanized lyrics.
- Host: GitHub
- URL: https://github.com/biyuehu/neteaselyricfetcher
- Owner: BIYUEHU
- License: other
- Created: 2025-08-01T14:19:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T07:45:38.000Z (about 1 year ago)
- Last Synced: 2025-08-17T21:33:25.017Z (12 months ago)
- Topics: c, c-lang, c-language, c-programming, music, music-tool, music-tools, netease, netease-cloud-music, netease-music, pure-c, tool
- Language: C
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeteaseLyricFetcher

A powerful and tiny NetEase Music lyric fetching tool, support original, translated, and romanized lyrics.
[](https://wakatime.com/badge/user/018dc603-712a-4205-a226-d4c9ccd0d02b/project/f943fb7f-cf04-4213-a2d7-544da1dc748f)
## Usage
- Download from [Releases](https://github.com/biyuehu/NeteaseLyricFetcher/releases)
- Install `Node.Js`
- Open the program and input NetEase Music ID or URL, e.g. `410446184`, `https://music.163.com/#/song?id=410446184`.
## Development
- Install `Just`
- Install `GCC`
- Install `Node.Js`
- Install `Zed`
Build:
```bash
just build
# Or:
# just b
```
Develop:
```bash
just dev
# Or:
# just d
```
Clean:
```bash
just clean
# Or:
# just c
```
## License
Under the `GPL-3.0-or-later` license.