# python-miao-sha **Repository Path**: 618859/python-miao-sha ## Basic Information - **Project Name**: python-miao-sha - **Description**: python秒杀程序 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-17 - **Last Updated**: 2023-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 秒杀程序python版 ---------------------------------------------------------------- 1.安装python环境,直接去python官网下载python安装即可 2.写好程序 3.安装程序里面开头引入的插件 pip -V pip install selenium datetime time 4.将你的chrome浏览器降低到104版本: chrome://version/ https://www.slimjet.com/chrome/google-chrome-old-version.php 5.下载与浏览器对应的104版本驱动【ChromeDirver驱动器下载】 https://registry.npmmirror.com/binary.html?path=chromedriver 6.用python启动程序,即可秒杀 ### 相关方法 ------------------------------------------------ ``` # dirver.find_element_by_id("id_username").send_keys("admin") # dirver.find_element_by_id("id_password").send_keys("") # dirver.find_element_by_id("id_login").click() ```