Coder Social home page Coder Social logo

damai's Introduction

通过python 和 selenium 抢大麦网演出票

1.安装依赖

1.安装python包(下载python可以直接下载anaconda)

pip install selenium

2.下载chromeDriverhttp://chromedriver.storage.googleapis.com/index.html,对应自己的chrome版本,将下载的chromeDriver放置到对应的python安装目录的Scripts文件夹下

2.变量修改

    self.loginId = 'account'
    self.loginPwd = 'password'
    self.itemId = '717541618637' #对应的要抢票的id
    self.classDate = '2023-07-16' #具体到天,如果演唱会只有1天,可以不选
    self.priceStr = '180' #票价
    self.ticketCount = 2
    self.viewers = ["鸣人", "佐助"]
    self.grabMinute = 0 # 抢票的时间分钟,在快要抢票的时候打开

将文件头部的变量修改为你需要抢票的对应的参数,然后运行 python damai.py

damai's People

Contributors

taoheihei avatar

Stargazers

Donghua Wang avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.