https://github.com/soxft/lyric-go
Easily download lyric from netease music
https://github.com/soxft/lyric-go
Last synced: 3 months ago
JSON representation
Easily download lyric from netease music
- Host: GitHub
- URL: https://github.com/soxft/lyric-go
- Owner: soxft
- License: apache-2.0
- Created: 2022-04-30T07:22:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T09:28:36.000Z (about 2 years ago)
- Last Synced: 2024-12-26T10:42:25.458Z (4 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lyric-go
> 通过 Netease Music API 批量获取歌词, 下载至本地. 用于本地音乐播放器显示歌词.
# 使用方法
```shell
./lyric --dir /path/to/music/dir
# or
go run main.go --dir /path/to/music/dir
```# copyright
> 仅用于学习和交流, 请勿用于商业用途.