第一次提交。

其中爬取是tophub_scraper.py
数据入库是 tophub_add_data_to_db.py
查看当前数据内容是 db_viewer.py
This commit is contained in:
2025-11-09 17:20:44 +08:00
commit 25da264413
29 changed files with 28508 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
requests>=2.25.1
lxml>=4.6.3
tqdm>=4.61.2
loguru>=0.5.3
zhipuai>=2.1.0
PySide6>=6.0.0