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

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.

Awesome Lists containing this project

README

          

# NeteaseLyricFetcher

A powerful and tiny NetEase Music lyric fetching tool, support original, translated, and romanized lyrics.

[![wakatime](https://wakatime.com/badge/user/018dc603-712a-4205-a226-d4c9ccd0d02b/project/f943fb7f-cf04-4213-a2d7-544da1dc748f.svg)](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.