https://github.com/0nese7en/jikefm
JIKEFM - 即刻电台📻
https://github.com/0nese7en/jikefm
beep command-line golang jike
Last synced: about 1 year ago
JSON representation
JIKEFM - 即刻电台📻
- Host: GitHub
- URL: https://github.com/0nese7en/jikefm
- Owner: 0neSe7en
- Created: 2019-03-16T03:59:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T06:57:53.000Z (about 3 years ago)
- Last Synced: 2025-05-13T13:14:26.693Z (about 1 year ago)
- Topics: beep, command-line, golang, jike
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 53
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
JIKEFM - 即刻电台📻
---
[](https://travis-ci.com/0neSe7en/jikefm)

## Feature
- 查看即友对推荐歌曲的介绍
- 依次播放即友推荐歌曲
- 动态加载更多
- 支持晚安电台、早安歌曲、即友在听什么歌
## Install
`go get -u github.com/0nese7en/jikefm`
## TODO
- [x] 扫码登录(不登录无法获取超过一页的歌曲)
- [x] 支持动态添加更多音乐
- [ ] 支持广场动态
- [x] 支持更多的Topic
- [x] 优化UI
- [ ] 支持除网易云音乐以外的更多歌曲
## Dependencies
在 Linux 系统中编译需要依赖 libasound2-dev,安装方法:
`sudo apt-get install libasound2-dev`
- [beep](https://github.com/faiface/beep)
- [tview](https://github.com/rivo/tview)
- [tview](https://github.com/gdamore/tcell)
- [qrterminal](https://github.com/mdp/qrterminal)
---
受 https://github.com/findingsea/jikeme 启发