一个kook(原开黑啦)点歌机器人
https://developer.kookapp.cn/app/index
创建机器人后在机器人栏中获取token
获取网易云音乐token
点击右上角fork到自己仓库 在自己仓库内编辑config.json文件
- Rename
config.tmp.json
toconfig.json
- Fill Keywords with value
token*
: KOOK Bot token for bot *default_platform*
(Optional): Default Platform for Bot *n_*
: configs for Netease Musicb_*
: configs for Bilibiliqq_enable
:1
or0
q_*
: configs for QQ Musicschedule_*
: configs for scheduler(refer to the template)
#git clone https://github.com/ddxgtx/KO-ON-Bot.git
git clone 你自己的仓库的地址
cd KO-ON-Bot
git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
git clone https://github.com/jsososo/QQMusicApi.git
git clone https://github.com/jsososo/MiguMusicApi.git
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
cd NeteaseCloudMusicApi
npm install
cd QQMusicApi
npm install
cd MiguMusicApi
npm install
sudo apt install ffmpeg
sh run.sh
部署完成后记得删除config.json文件,否则网易云账号信息可能会泄露