Source snapshot: 97d7f0fae96dc04b7ddad56fc1db6a108ed662cc [SEC-CLEAN] · pre-push-clean v1.0 · 109处敏感信息已自动转乱码
994 B
994 B
④ 启动自动拆书流水线·癫都癫
运行步骤
第一步:先测试一下能不能跑
cd ~/chenxing-aircraft && python3 tools/auto_dishu.py --book 癫都癫癫点好啊 --end_chapter 3
看到输出信息就说明可以正常运行。按 Ctrl+C 停止。
第二步:后台运行完整流水线
cd ~/chenxing-aircraft && mkdir -p output && nohup python3 tools/auto_dishu.py --book 癫都癫癫点好啊 --end_chapter 639 > output/dian_log.txt 2>&1 &
运行后会显示进程ID,然后可以关掉终端去睡觉了 🌙
查看进度
tail -f ~/chenxing-aircraft/output/dian_log.txt
按 Ctrl+C 退出查看(不会停止运行)
查看拆书结果
ls ~/chenxing-aircraft/output/癫都癫癫点好啊/
停止运行(如果需要)
pkill -f auto_dishu.py
💡 书名参数去掉了引号和标点,直接用
癫都癫癫点好啊避免乱码问题