🦀 ClawHub
Taobao Merchant Ops
by @chenjiahui11
淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。
TERMINAL
clawhub install taobao-merchant-ops📖 About This Skill
name: taobao-merchant-ops description: 淘宝商家运营自动化客户使用说明。包含功能介绍、安装步骤、卡密激活方式、运行方法和购买信息。
Taobao Merchant Ops 客户使用说明
版本:1.0.7
淘宝商家运营自动化客户运行包。
主要功能:
购买卡密
安装依赖
在项目目录下运行:
cd scripts
python install.py
激活卡密
首次运行需要激活卡密,可直接运行:
python scripts/run_taobao_merchant_ops.py --card-key "你的卡密"
如果不带 --card-key,程序会在首次运行时提示手动输入卡密。
开始运行
python scripts/run_taobao_merchant_ops.py
常用运行方式
# 只跑数据抓取
python scripts/run_taobao_merchant_ops.py --skip-inspection只跑巡检
python scripts/run_taobao_merchant_ops.py --skip-capture --skip-parse
常用检查命令
# 查看机器码
python scripts/run_taobao_merchant_ops.py --show-machine-id查看授权状态
python scripts/run_taobao_merchant_ops.py --license-status运行环境自检
python scripts/run_taobao_merchant_ops.py --doctor