Commit Graph

508 Commits

Author SHA1 Message Date
Doiiars 22ed16e00e 修复数据库初始化问题、删除过时的数据库格式方法、修复空停用词错误。 2025-11-05 14:42:33 +08:00
666ghj a8249c468c Update README files to include a link to a complete system run example video for "Wuhan University Public Opinion". 2025-11-05 11:45:27 +08:00
Doiiars f0772bfe6e Merge pull request #116 from DoiiarX/fix-news-id
修复news-id冲突问题
2025-11-05 11:37:37 +08:00
Doiiars b774e5d1ed 修复news-id冲突问题 2025-11-05 11:35:18 +08:00
ghmark675 883a405ce8 Merge pull request #73 from DoiiarX/fix-mindspider
Fix mindspider
2025-11-05 08:26:38 +08:00
666ghj 4b48156e58 Implement comprehensive front-end settings UI. 2025-11-05 00:24:35 +08:00
666ghj 96be3c1bd5 Remove the intermediary introduction. 2025-11-04 22:17:51 +08:00
666ghj d835c3a064 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2025-11-04 21:22:41 +08:00
666ghj 6abc798350 Update README. 2025-11-04 21:19:38 +08:00
BaiFu bcdbf6f129 Update README.md. 2025-11-04 21:12:40 +08:00
ghmark675 810f97f84f chore(git): ignore final_reports 2025-11-04 14:54:47 +08:00
ghmark675 08efc3b8d9 Merge pull request #85 from 666ghj/chore/ignore_demo_files
Chore/ignore demo files
2025-11-04 11:59:08 +08:00
ghmark675 c9dd7d5e19 chore(git): ignore logs and reports 2025-11-04 11:56:46 +08:00
ghmark675 170447a54f refactor(logs): rename log files 2025-11-04 11:55:48 +08:00
Doiiars 643300cf57 Merge remote-tracking branch 'origin/fix-mindspider' into fix-mindspider
# Conflicts:
#	MindSpider/DeepSentimentCrawling/MediaCrawler/schema/tables.sql
#	MindSpider/config.py
2025-11-04 11:03:53 +08:00
Doiiars f4fe4141d4 1. 同步MediaCrawler为最新版本
2. 修复数据库not null错误
3. 支持PG数据库
4. 规范环境变量及配置使用
5. 规范为uv安装
6. 使用loggru
2025-11-04 11:03:06 +08:00
ghmark675 a4ab8a5cea Merge pull request #80 from flash131307/fix/typo-and-duplicate-dependency
fix: correct typo and remove duplicate dependency
2025-11-04 09:44:11 +08:00
Yuhao MA 11d8bda4c8 fix: correct typo and remove duplicate dependency
- Fix typo: MindeSpider -> MindSpider in README.md
- Remove duplicate loguru entry in requirements.txt
2025-11-03 16:01:26 -05:00
lintsinghua 66af69d958 Fix agent temporal perception error by adding current real-world time to LLM prompt. 2025-11-04 01:51:24 +08:00
666ghj e1c201afc9 Increase LLM timeout for report agent to improve fault tolerance. 2025-11-04 00:08:07 +08:00
Doiiars 4104ee4e80 1. 同步MediaCrawler为最新版本
2. 修复数据库not null错误
3. 支持PG数据库
4. 规范环境变量及配置使用
5. 规范为uv安装
6. 使用loggru
2025-11-03 23:23:12 +08:00
ghmark675 62fac9ee2e hotfix(timeout): increase llm call timeout to 1800s 2025-11-03 22:39:20 +08:00
Doiiars 96c7d2d3b7 1. 同步MediaCrawler为最新版本
2. 修复数据库not null错误
3. 支持PG数据库
4. 规范环境变量及配置使用
5. 规范为uv安装
6. 使用loggru
2025-11-03 22:38:34 +08:00
BaiFu 5d8a56605b Update README.md. 2025-11-03 18:28:39 +08:00
666ghj 1adbe297b3 Clarified the instructions for copying the config template in both English and Chinese README files. 2025-11-03 16:48:55 +08:00
666ghj 4a49a97d42 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2025-11-03 16:36:32 +08:00
666ghj 087f32f606 Update requirements.txt to clarify optional machine learning dependencies and provide installation notes for CPU and GPU versions of torch. 2025-11-03 16:36:18 +08:00
ghmark675 5b125ea91a hotfix(database): fix source_keyword not in table bilibili_video
Fix: #51
2025-11-03 13:58:53 +08:00
ghmark675 dba7fa9902 docs(README): Update configuration instructions
Instruct users to copy config.py.example to config.py for local setup.
2025-11-03 13:48:27 +08:00
ghmark675 6fd897d82a chore(config): stop track MindSpider config.py
change it to config.py.example
2025-11-03 13:48:27 +08:00
ghmark675 46b2f00a6e docs(README-EN): Update configuration instructions
Instruct users to copy config.py.example to config.py for local setup.
2025-11-03 13:48:27 +08:00
ghmark675 bda4343c48 chore: stop track config.py 2025-11-03 13:48:27 +08:00
Doiiars 0aaf81ba06 修复fetch_news无法正常获取的问题 2025-11-03 12:29:11 +08:00
Doiiars 3ad807778c 修复fetch_news无法正常获取的问题 2025-11-03 11:26:51 +08:00
BaiFu 7726be4526 Update README with important deployment announcement.
Added important announcement about online deployment experience on Monday (11.3) to the README.
2025-11-02 00:52:08 +08:00
666ghj e109f2caae Add MindSpider running screenshot. 2025-11-01 01:13:59 +08:00
666ghj 14a164a260 Completed requirements.txt, fixed the Dockerfile, and updated the README. Significantly refactored the sentiment analyzer to be more robust against missing machine learning dependencies and controllable via a toggle. 2025-10-31 01:30:20 +08:00
Doiiars 1d714d443e 改为使用uv安装,更加快速,且修复torch和transformers未安装的问题
改为使用uv安装,更加快速,且修复torch和transformers未安装的问题
2025-10-31 01:23:57 +08:00
666ghj 7eec3a104b Update Trend List. 2025-10-30 16:18:34 +08:00
666ghj a9893ea3f3 Update remote deployment guide. 2025-10-30 14:45:36 +08:00
Mingxiangyu f6d52b90f0 修复:使用动态主机地址支持局域网内后端服务访问
Updated iframe source URLs to use the window's hostname instead of localhost.本次提交解决了局域网内其他设备无法正常访问后端服务的问题。此前前端代码中硬编码了localhost作为后端服务的主机地址,导致其他设备访问时,localhost会指向设备自身而非实际运行服务的主机,从而无法连接后端。
主要修改内容:
将前端中硬编码的localhost替换为window.location.hostname,动态获取当前页面的主机 IP(即运行服务的电脑局域网 IP)。
涉及修改的关键位置:
preloadIframes函数:预加载 iframe 时,使用动态主机地址生成后端服务 URL(如http://${window.location.hostname}:8501)。
performSearch函数:发送搜索请求时,同样使用动态主机地址构建请求 URL,确保后端接口调用正确指向服务主机。
注意事项:
为确保局域网访问正常,后端服务(运行在 8501、8502、8503 等端口)需配置为绑定到0.0.0.0(而非默认的localhost),以允许来自局域网的连接。例如,Python 服务可通过app.run(host='0.0.0.0', port=8501)启动。
效果:
修改后,局域网内其他设备通过服务主机的局域网 IP(如192.168.1.100)访问前端页面时,可自动正确连接到后端服务,实现跨设备正常使用。
2025-10-30 12:09:42 +08:00
BaiFu b1ec4762cb Update README-EN.md 2025-10-16 18:33:42 +08:00
BaiFu c94f43d5b4 Update README.md 2025-10-16 18:30:15 +08:00
BaiFu 3afa16b6bc Add note on news API failure and solution. 2025-10-15 21:32:32 +08:00
BaiFu 35084eb41f Update custom sponsorship URL in FUNDING.yml 2025-10-11 12:33:08 +08:00
BaiFu bee8bb0630 Add sponsor image. 2025-10-11 12:30:44 +08:00
BaiFu 4ce82736ed Update README.md 2025-10-10 22:25:01 +08:00
666ghj 065b9878c5 Update cloud database service information and compliance notice in config and README files. 2025-10-09 21:15:49 +08:00
666ghj 04f18dfadb Add initial Docker configuration. 2025-10-09 16:28:37 +08:00
戒酒的李白 6ceb0070a3 Update README.md 2025-10-09 14:51:42 +08:00