更新数据;更新启动products分析时先启动chrome浏览器
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
BIN
modal_window_debug.png
Normal file
BIN
modal_window_debug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 KiB |
@@ -718,6 +718,19 @@ async def main():
|
|||||||
# 配置日志文件输出
|
# 配置日志文件输出
|
||||||
logger.add(args.log_file, level="INFO", rotation="10 MB")
|
logger.add(args.log_file, level="INFO", rotation="10 MB")
|
||||||
|
|
||||||
|
# 运行start_chrome.bat批处理程序
|
||||||
|
import subprocess
|
||||||
|
chrome_bat_path = os.path.join(os.path.dirname(__file__), "start_chrome.bat")
|
||||||
|
logger.info(f"正在运行Chrome启动脚本: {chrome_bat_path}")
|
||||||
|
try:
|
||||||
|
# 运行批处理程序,等待其完成
|
||||||
|
subprocess.run([chrome_bat_path], check=True, shell=True)
|
||||||
|
logger.success("Chrome启动脚本执行成功")
|
||||||
|
except subprocess.CalledProcessError as e:
|
||||||
|
logger.error(f"Chrome启动脚本执行失败: {e}")
|
||||||
|
except FileNotFoundError:
|
||||||
|
logger.error(f"未找到Chrome启动脚本: {chrome_bat_path}")
|
||||||
|
|
||||||
# 创建系统实例
|
# 创建系统实例
|
||||||
system = IntegratedProductSystem(
|
system = IntegratedProductSystem(
|
||||||
tophub_db_path=args.tophub_db,
|
tophub_db_path=args.tophub_db,
|
||||||
|
|||||||
Binary file not shown.
BIN
product_screenshot.png
Normal file
BIN
product_screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 KiB |
@@ -1,11 +1,11 @@
|
|||||||
=== Product Hunt 产品信息 ===
|
=== Product Hunt 产品信息 ===
|
||||||
|
|
||||||
产品名称: TinyCommand
|
产品名称: QuickWidgets
|
||||||
|
|
||||||
产品简介: TinyCommand brings your forms, workflows, data, emails, and AI agents together, so everything connects and runs on its own. Build smarter, automate faster, and manage it all in one no-code platform.
|
产品简介: The Quickwidgets is lightweight and diverse functions widgets
|
||||||
|
|
||||||
制作人发言:
|
制作人发言: 未获取
|
||||||
|
|
||||||
用户数: 540 followers
|
用户数: 37 followers
|
||||||
|
|
||||||
提取时间: 2025-12-01 19:16:04
|
提取时间: 2025-12-03 18:53:22
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
BIN
tophub_data.db
BIN
tophub_data.db
Binary file not shown.
1100
tophub_scraper.log
1100
tophub_scraper.log
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user