You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ✅ **Real-time Statistics** - Real-time display of scraping progress and comment count
25
-
- ✅ **GPT Analysis** - AI-powered comment analysis using OpenAI API
25
+
- ✅ **GPT Analysis** - AI-powered comment analysis using OpenAI API (requires your own API key, not stored on server, defaults to GPT-5-nano model)
26
26
27
27
### 🎨 UI Design
28
28
@@ -149,6 +149,20 @@ A powerful Chrome extension to scrape comment data from Xiaohongshu (小红书),
149
149
150
150
## ⚙️ Advanced Features
151
151
152
+
### GPT Analysis
153
+
154
+
The extension includes AI-powered comment analysis using OpenAI's API. To use this feature:
155
+
156
+
-**API Key Required**: You need to provide your own OpenAI API key. The key is stored locally in your browser and **never sent to any server** except OpenAI's API.
157
+
-**Default Model**: Uses `gpt-5-nano-2025-08-07` model by default (cost-effective option).
158
+
-**Model Indicator**: Each analysis output will display the model name in the first line.
159
+
-**How to Use**:
160
+
1. Open the floating panel on a supported site
161
+
2. Enter your OpenAI API key in the "GPT API Key" field
162
+
3. Click "Save" to store it locally
163
+
4. Click "✨ GPT智能分析" to start analysis
164
+
5. View formatted analysis results in the analysis panel
165
+
152
166
### Console Debugging
153
167
154
168
Type the following commands in browser console to view data:
@@ -322,7 +336,7 @@ If this project helps you, please give it a Star ⭐️
322
336
- ✅ **CSV导出** - 一键导出为Excel可直接打开的CSV格式
323
337
- ✅ **可视化界面** - 页面悬浮工具栏 + 插件弹窗双界面
324
338
- ✅ **实时统计** - 实时显示抓取进度和评论数量
325
-
- ✅ **GPT智能分析** - 使用 OpenAI API 进行 AI 评论分析
339
+
- ✅ **GPT智能分析** - 使用 OpenAI API 进行 AI 评论分析(需输入自己的 API Key,服务器不会保存,默认使用 GPT-5-nano 模型)
326
340
327
341
### 🎨 界面设计
328
342
@@ -449,6 +463,20 @@ If this project helps you, please give it a Star ⭐️
449
463
450
464
## ⚙️ 高级功能
451
465
466
+
### GPT 智能分析
467
+
468
+
插件包含基于 OpenAI API 的 AI 评论分析功能。使用方法:
469
+
470
+
-**需要 API Key**:需要提供你自己的 OpenAI API Key。密钥仅保存在本地浏览器中,**不会上传到任何服务器**(仅发送给 OpenAI API)。
0 commit comments