Coder Social home page Coder Social logo

qczj-autostudy's Introduction

青春浙江-青年大学习打卡以及自动学习

快速使用

1、编辑main.py

nid = "" #在这里输入你的团组织编号,形如N003************,请使用抓包软件获取
cardNo = ""# 在这里输入你打卡时用的昵称,可能是学号,可能是姓名
openid = "" #靠自己抓包
nickname = "" #一般是微信账户名

将以上内容填进main.py中

2、运行main.py

python3 main.py

其中python解释器的路径需根据自身情况设置

服务器端运行(推荐)

1、编辑main.py

2、添加crontab,并保存运行结果

25 6 * * * [python interpreter path] [source root path] >> [log location] 2>&1
# eg: 25 6 * * * usr/local/bin/python3 ~/programs/QCZJ-Auotstudy-master/main.py >> ~/programs/QCZJ-Auotstudy-master/log.txt 2>&1

将以上内容填进crontab中即可。

To Do

  • 完善日志
  • 重构代码
  • 添加随机任务顺序
  • 增加推送功能
  • 针对网络问题优化

qczj-autostudy's People

Contributors

dimlitter avatar zafirshi 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.