Giter VIP home page Giter VIP logo

clock-in's Introduction

每日一报(浙江工业大学)

配置环境

  1. 安装selenium+apscheduler
pip3 install selenium
pip3 install apscheduler
  1. ChromeDriver-Mac安装
    WebDriver-Edge (使用Edge请按照浏览器版本下载并放置在脚本同目录)

参数设置

  1. 删除代码行import key
  2. 设置每日打卡时间
#打卡时间 小时、分钟
c_minute = "00" 
c_hour = "8"
  1. 输入网址、学号、密码
#网址、学号、密码
url = 学生战役页面的网址
username = 学号
password = 密码

运行

后台运行

nohup python3 daka.py &

查看运行的后台进程

jobs -l

终止后台运行的进程

kill -9 进程号

参考教程:

  1. python之网页自动打卡
  2. nohup和&后台运行,进程查看及终止
  3. ChromeDriver-Mac安装

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.