This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
### 项目描述
这个项目是一个用于分析Bilibili弹幕数据的Python脚本集合。它包括从Bilibili API获取视频ID和弹幕内容、提取AI相关弹幕、生成词云图片等功能。
## 安装指南
### 依赖
- requests
- json
- re
- openpyxl
- wordcloud
- jieba
### 安装步骤
1. 打开命令行工具(cmd或终端)。
2. 运行 `pip3 install requests json re csv openpyxl wordcloud jieba`。
## 使用说明
### 基本用法
1. 运行 `main.py` 脚本来开始整个流程。
2. 脚本将从Bilibili API获取视频ID和弹幕内容,提取AI相关弹幕,并生成词云图片。
### 高级用法
1. 您可以自定义搜索关键词,只需在 `main.py` 中更改 `'2024巴黎奥运会'` 为您想要的关键词。
2. 您还可以在 `main.py` 中更改Cookie值,以便脚本能够正常访问Bilibili API。
## 贡献者
- 102201607刘程城
## 许可协议
该项目遵循MIT许可协议。