Compare commits

..

12 Commits

Author SHA1 Message Date
498d5110e9 chore: 更新二进制数据库文件 tophub_data.db 2026-03-11 19:23:14 +08:00
851d536b59 docs: 更新产品信息文件中的内容
更新 temp_product_info.txt 文件中的产品名称、制作人发言和用户数等信息,反映最新的产品数据
2026-03-08 20:43:42 +08:00
adc9c76864 chore: 更新二进制数据库文件 2026-03-07 23:42:14 +08:00
624e158be9 chore: 更新产品信息和调试截图文件
更新了temp_product_info.txt中的产品名称、用户数和提取时间
同步了数据库和截图文件的变更
2026-03-01 16:45:10 +08:00
5bc40abbc1 docs: 更新产品信息文件中的临时数据
更新 temp_product_info.txt 文件中的产品名称、制作人发言、用户数和提取时间
2026-02-26 20:56:40 +08:00
bd2c457f54 docs: 更新产品信息文件中的Thinglo数据
更新temp_product_info.txt文件中的产品名称、用户数和提取时间
2026-02-25 18:51:55 +08:00
179bfa327b docs: 更新产品信息文件中的TypeBoost数据
更新temp_product_info.txt文件中的产品信息,将Lums替换为TypeBoost,并更新对应的产品简介、制作人发言、用户数和提取时间。产品简介字段当前为空,显示为“未获取”。
2026-02-24 22:49:48 +08:00
c2357ffb67 docs: 更新产品信息文件内容
更新 temp_product_info.txt 中的产品名称、简介、用户数和提取时间,反映最新数据
2026-02-07 23:18:12 +08:00
0d287e7c1f docs: 更新产品信息文件中的临时数据
更新 temp_product_info.txt 文件中的产品名称、简介、制作人发言、用户数和提取时间,反映最新的产品信息
2026-02-06 23:04:33 +08:00
674ee1e1e2 今日更新 2026-02-06 22:21:22 +08:00
0cf231f9f7 feat: 更新产品信息和抓取日志
更新了temp_product_info.txt中的产品信息,从Sheetsbase更改为Yomio
添加了新的抓取节点日志并记录数据保存操作
2026-02-01 19:28:13 +08:00
f82da3bab1 chore: 更新二进制数据库文件 2026-02-01 17:55:18 +08:00
12 changed files with 57674 additions and 38871 deletions

5800
2026年3月10日183431.txt Normal file

File diff suppressed because it is too large Load Diff

5810
2026年3月8日18119.txt Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 526 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 KiB

After

Width:  |  Height:  |  Size: 717 KiB

View File

@@ -1,11 +1,11 @@
=== Product Hunt 产品信息 === === Product Hunt 产品信息 ===
产品名称: Sheetsbase 产品名称: Greta
产品简介: Sheetsbase is a Chrome extension that helps you work faster in Google Sheets. It lives in your chrome browsers side panel, so everything you need stays right next to your sheet. Use AI to generate formulas from plain English and understand existing formulas with simple explanations. No guessing. No tab switching. It also includes searchable directories of formulas and keyboard shortcuts, so you can find what you need instantly. Use code FEEDBACK50 to get 50% off and help shape Sheetsbase. 产品简介: 未获取
制作人发言: 制作人发言: This is first first proposed project. If you want to support Santiago getting his project built, here are the details.https://onemillionlines.com/proj...
用户数: 191 followers 用户数: 664 followers
提取时间: 2026-01-31 13:37:25 提取时间: 2026-03-08 20:40:13

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -287,6 +287,8 @@ class TopHubScraper:
if __name__ == "__main__": if __name__ == "__main__":
scraper = TopHubScraper() scraper = TopHubScraper()
try: try:
# 抓取数据 # 抓取数据
scraped_data = scraper.scrape_by_node_ids() scraped_data = scraper.scrape_by_node_ids()