Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-haoran committed Aug 30, 2022
2 parents 0c16476 + e31c993 commit 222d719
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

18 changes: 11 additions & 7 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
* KO-ON Bot
A Music Player For kookapp.cn
** Download
** Use Docker Image
#+BEGIN_SRC bash
git clone git@github.com:CarterGunale/KO-ON-Bot.git --recursive
docker pull qihaoran/ko-on-bot
#+END_SRC
** With Codes
*** Download
#+BEGIN_SRC bash
git clone git@github.com:Gunale0926/KO-ON-Bot.git --recursive
python3 -m pip install -r KO-ON-Bot/requirements.txt
#+END_SRC
** Config
*** Config
1. Rename ~config.tmp.json~ to config.json
2. Fill Keywords with value
- ~token*~: KOOK Bot token for bot *
- ~join_command*~ (Optional): Triger 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
*** Run the BOT
**** Windows
#+BEGIN_SRC bash
start /main run.bat
#+END_SRC
*** Linux & macOS
**** Linux & macOS
#+BEGIN_SRC bash
sh run.sh
#+END_SRC

0 comments on commit 222d719

Please sign in to comment.