https://github.com/acedroidx/superspider
哔哩哔哩 SuperChat 和礼物的综合性爬虫
https://github.com/acedroidx/superspider
Last synced: 2 months ago
JSON representation
哔哩哔哩 SuperChat 和礼物的综合性爬虫
- Host: GitHub
- URL: https://github.com/acedroidx/superspider
- Owner: AceDroidX
- License: mit
- Created: 2021-12-03T14:47:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T15:23:21.000Z (over 1 year ago)
- Last Synced: 2025-03-25T07:33:27.208Z (3 months ago)
- Language: Vue
- Homepage: https://bsc.acedroidx.top
- Size: 88.4 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BiliSC
由[原项目](https://github.com/dd-center/SuperSpider)修改而来
相比原项目使用pnpm、TypeScript、Vue3、Vuetify3重构并删除了不需要的功能推荐使用`docker compose`部署,示例请参考`docker-compose.example.yml`
superspider-showcase todo:
- [x] [useFetch](https://nuxt.com/docs/getting-started/data-fetching)
- [x] vuex persist
- [x] UI修复
- [x] 其他页面修复
- [x] 字体修复
- [x] 更新日志+提交正式版v2.3
- [x] 迁移至Pinia
- [x] pinia persist
- [x] 使用TypeScript重构
- [ ] 使用组合式api重构
- [x] 优化侧边栏按钮间隔
- [ ] html2canvas生成SC截图References:
Vuetify3 in Nuxt3: