Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 587 Bytes

程序需要配合 NeteaseCloudMusicApi 使用

NeteaseCloudMusicApi GitLab 仓库

安装与运行步骤

  1. 获取 Cookie 并写入 cookies.txt 文件

    • 获取应用的 Cookie,并将其写入 cookies.txt 文件。
    • 注意: 程序支持扫码登录,但不建议使用扫码登录,因为这会导致无法正确识别云盘容量。(这个问题硬控我 1 小时)
  2. 运行主程序

    python main.py

完整包下载(含api接口和nodejs)