Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunale0926/ko-on-bot
A Music Player for KOOK
https://github.com/gunale0926/ko-on-bot
bot kook kook-bot python
Last synced: 3 months ago
JSON representation
A Music Player for KOOK
- Host: GitHub
- URL: https://github.com/gunale0926/ko-on-bot
- Owner: Gunale0926
- License: mit
- Created: 2022-06-02T00:57:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T05:50:49.000Z (about 1 year ago)
- Last Synced: 2024-10-12T16:34:25.300Z (4 months ago)
- Topics: bot, kook, kook-bot, python
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 60
- Watchers: 1
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* KO-ON Bot
A Music Player For kookapp.cn
** Use Docker Image
#+BEGIN_SRC bash
docker pull qihaoran/ko-on-bot
#+END_SRC
** With Codes
*** Download
#+BEGIN_SRC bash
git clone [email protected]:Gunale0926/KO-ON-Bot.git --recursive
python3 -m pip install -r KO-ON-Bot/requirements.txt
#+END_SRC
*** Config
1. Rename ~config.tmp.json~ to ~config.json~
2. Fill Keywords with value
- ~token*~: KOOK Bot token for bot *
- ~default_platform*~ (Optional): Default Platform for Bot *
- ~n_*~: configs for Netease Music
- ~b_*~: configs for Bilibili
- ~qq_enable~: ~1~ or ~0~
- ~q_*~: configs for QQ Music
- ~schedule_*~: configs for scheduler(refer to the template)
*** Run the BOT
**** Windows
#+BEGIN_SRC bash
start /main run.bat
#+END_SRC
**** macOS
#+BEGIN_SRC bash
sh run.sh
#+END_SRC
**** Linux
https://github.com/Gunale0926/KO-ON-Bot/issues/19#issue-1517067767