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 6d93882 + 9000137 commit d1d42b9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 77 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ ffmpeg.exe
31playlistcache
31voiceidcache
5440285076349028_31.mp3
MiguMusicApi/
QQMusicApi/
NeteaseCloudMusicApi/
webtest.py
webtest1.py

.DS_Store
1 change: 1 addition & 0 deletions MiguMusicApi
Submodule MiguMusicApi added at 2b2694
1 change: 1 addition & 0 deletions NeteaseCloudMusicApi
Submodule NeteaseCloudMusicApi added at 1591d0
1 change: 1 addition & 0 deletions QQMusicApi
Submodule QQMusicApi added at 13b08a
74 changes: 0 additions & 74 deletions README.md

This file was deleted.

27 changes: 27 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
* KO-ON Bot
A Music Player For kookapp.cn
** Download
#+BEGIN_SRC bash
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 d1d42b9

Please sign in to comment.