Git Product home page Git Product logo

ncp-sign-in's Introduction

ncp-sign-in

ZUCC NCP疫情钉钉自动健康打卡脚本

请按实填写表单!为自己和他人的健康负责。

Getting Started

  • 安装Python3.x环境
  • 安装selenium依赖:
    pip install --user selenium
    
  • 修改signed.py脚本中的账号密码(统一身份认证),按需要取消填充表单代码注释(修改注释代码中的所在地)
  • 按自己的操作系统,修改signed.py脚本中调用的chromedriver
  • 第一次运行时,注释提交表单的代码,查看登录和表单填写是否正常

定时执行

在定时执行前,一定要先手动执行一次signed.py,保证填表数据正常

系统定时

  • 取消signed.py中提交和退出的代码注释
  • 创建系统定时任务

python定时

  • 安装schedule模块
    pip install --user schedule
    
  • 修改auto_signed.py中的账号密码(统一身份认证),按需要取消填充表单代码注释(修改注释代码中的所在地)
  • 按自己的操作系统,修改auto_signed.py脚本中调用的chromedriver
  • 修改打卡时间
  • 运行auto_signed.py,自动签到

License

CatMock is available under the terms of the MIT License.

ncp-sign-in's People

Contributors

keleus 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.