B站动态API的响应格式解析
部分内容参考 https://github.com/SocialSisterYi/bilibili-API-collect
安装方式:
- 支持TypeScript的项目:
npm i https://github.com/Yun-Shan/bilibili-dynamic.git
(由于npm是按只兼容js设计的,各种编译工具大概都得开启node_modules文件夹的编译) - 支持TypeScript或支持JavaScript的项目:
npm install @yun-shan/bilibili-dynamic
(需要按照Github Packages教程进行配置才能安装)