https://github.com/yihong0618/pengdu_helper
网易云歌词自动生成《捧读》用的 epub, 帮助学习。(GitHub Actions + shortcuts + telegram)
https://github.com/yihong0618/pengdu_helper
Last synced: 2 months ago
JSON representation
网易云歌词自动生成《捧读》用的 epub, 帮助学习。(GitHub Actions + shortcuts + telegram)
- Host: GitHub
- URL: https://github.com/yihong0618/pengdu_helper
- Owner: yihong0618
- License: mit
- Created: 2021-09-09T08:56:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T08:26:56.000Z (almost 4 years ago)
- Last Synced: 2025-08-06T11:55:31.901Z (2 months ago)
- Language: Go
- Size: 61.5 KB
- Stars: 29
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pengdu_helper
网易云歌词自动生成《捧读》用的 epub, 帮助学习。(GitHub Actions + shortcuts + telegram)
# 如何使用
## 前提
1. 有访问自由互联网的环境,有 telegram 请自行查询如何写 telegram bot
2. 有《捧读》app
3. fork 或者 clone 这个项目,自行配置需要的 secrets## 之后
1. 参考我的博客 -- [巧妙利用 iOS 的快捷指令配合 GitHub Actions 实现自动化](https://github.com/yihong0618/gitblog/issues/198) 拿到 action id
2. 配置 iOS 的捷径,捷径如图
3. 复制网易云链接如下图,点击复制链接

4. 跑捷径,Actions 就自动运行了,之后会生成 epub, 用《捧读》打开即可
# 效果 --> 就可以用《捧读》学习你喜欢的音乐啦

# 如果网页端的网易云复制链接跑以下命令即可
e.g.
```shell
go run main.go -nestring https://music.163.com/#/song?id=112143
```# 利用 srt or ass 生成 epub 交给捧读
```shell
go run main.go -filestring {$something}.srt# 带时间
go run main.go -filestring {$something}.srt -withtime true
```