1 Star 4 Fork 0

sunfkny/genshin-gacha-export

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
capture.py 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunfkny 提交于 2022-09-11 18:10 . add clipboard_utils.py
from clipboard_utils import get_url_from_clipboard
from utils import logger
import subprocess
def capture(FLAG_USE_CAPTURE_BINARY):
subprocess.Popen(FLAG_USE_CAPTURE_BINARY, stdout=subprocess.PIPE, shell=True).communicate()
url = get_url_from_clipboard()
return url
if __name__ == "__main__":
url = capture("CaptureApp.exe")
logger.info("抓包结果:{}", url)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunfkny/genshin-gacha-export.git
git@gitee.com:sunfkny/genshin-gacha-export.git
sunfkny
genshin-gacha-export
genshin-gacha-export
main

搜索帮助