1、python脚本如下
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import os
filePath = raw_input("请输入上传包的地址\r\n")
filePath = filePath.replace(" ","")
cod = "curl -F 'file=@%s' -F '_api_key=apikey' https://www.pgyer.com/apiv2/app/upload"%filePath
os.system(cod)
os.system("echo '上传蒲公英完成'")
os.system("echo '安装地址 https://www.pgyer.com/ZdxP'")
2、为自己的终端自动加入执行python命令
传送门>https://www.jianshu.com/p/5fcd173f6103
#其中 地址为你的python脚本的路径
ywwpgy(){
python /Users/voldemsky/Desktop/pythonTool/AutoCode/PGY.py
}
3、使用如下
这样,你就可以拖入ipa地址后直接上传您的ipa啦。