Skip to content

Commit

Permalink
fix: README.org
Browse files Browse the repository at this point in the history
	modified:   README.org
  • Loading branch information
Gunale0926 committed Aug 30, 2022
1 parent 63dcb37 commit 9000137
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ A Music Player For kookapp.cn
git clone [email protected]:CarterGunale/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 *
- ~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
#+BEGIN_SRC bash
start /main run.bat
#+END_SRC
*** Linux & macOS
#+BEGIN_SRC bash
sh run.sh
#+END_SRC

0 comments on commit 9000137

Please sign in to comment.