摘要: from curl_cffi import requests from pprint import pprint import time def send_mail(mail): pprint(mail) headers = { 'accept': '*/*', 'accept-language': 阅读全文
posted @ 2024-07-03 14:09 冷光清坠落 阅读(9) 评论(0) 推荐(0) 编辑
摘要: # coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from ocr_test import OCR_UI2 class ClickTimeOut 阅读全文
posted @ 2024-03-15 14:24 冷光清坠落 阅读(7) 评论(0) 推荐(0) 编辑
摘要: # coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger def xpath是否存在(xpath,timeout=30): for index in r 阅读全文
posted @ 2024-03-15 13:45 冷光清坠落 阅读(20) 评论(0) 推荐(0) 编辑
摘要: # coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from cnocr import CnOcr def calculate_centroid( 阅读全文
posted @ 2024-03-15 13:38 冷光清坠落 阅读(8) 评论(0) 推荐(0) 编辑
摘要: import requests from eth_account import Account import uuid import time def 获取钱包地址(): account = Account.create() private_key = account.key.hex() addre 阅读全文
posted @ 2024-03-08 15:58 冷光清坠落 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # -*-coding: utf-8 -*- from web3 import Web3 from Coin_Project.web3py_project.securamoney.my_eth_utils import PayEthOrToken,load_config import json im 阅读全文
posted @ 2023-03-13 17:05 冷光清坠落 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 对应崔棉大师 41-50课程https://www.bilibili.com/video/BV1yS4y1N7yu/?spm_id_from=333.788&vd_source=c81b130b6f8bb3082bdb42226729d69c 调用其他合约 // SPDX-License-Ident 阅读全文
posted @ 2023-02-28 10:27 冷光清坠落 阅读(43) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/535573066 python 实现 #coding=utf-8 from web3 import Web3 from eth_account.messages import encode_defunct if __name__ == '_ 阅读全文
posted @ 2023-02-23 09:34 冷光清坠落 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 对应崔棉大师 26-40课程https://www.bilibili.com/video/BV1yS4y1N7yu/?spm_id_from=333.788&vd_source=c81b130b6f8bb3082bdb42226729d69c 部署合约 // SPDX-License-Identif 阅读全文
posted @ 2023-02-22 15:08 冷光清坠落 阅读(33) 评论(0) 推荐(0) 编辑
摘要: import time import requests import json import csv from requests.packages.urllib3 import disable_warnings disable_warnings() #BTC历史价格获取 if __name__ == 阅读全文
posted @ 2023-02-21 11:33 冷光清坠落 阅读(99) 评论(0) 推荐(0) 编辑