mirror of
https://github.com/BsaLee/up163cloud.git
synced 2026-01-11 15:40:42 +08:00
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
1.先到后端目录安装nodejs
|
|
2.执行命令安装后端程序
|
|
cd NeteaseCloudMusicApi
|
|
npm install
|
|
3.运行后端程序
|
|
node app.js
|
|
4.获取app的cookie写入到cookies.txt
|
|
注意:程序支持扫码登录,但是不建议使用,会导致无法正确识别云盘容量.(这个问题硬控我1小时,md)
|
|
4.返回根目录运行main.py
|
|
python main.py
|
|
|