Giter Site home page Giter Site logo

dailycp's Introduction

DailyCP

简介

今日校园自动打卡脚本。

使用说明

pip3 install -U -r requirements.txt
python3 DailyCP.py <学校前缀> <账号> <密码> <定位地址>

提示No module named 'setuptools'时请先手动运行pip3 install setuptools
学校前缀可以在这里自行查询

用栗

python3 DailyCP.py sise 1640915111 password **广东省佛山市禅城区福贤路

自动签到

计划任务

请注意系统时间是否设置正确
可以使用corntab -e设置定时任务0 9 * * * /usr/bin/python3 <学校前缀> <账号> <密码> <定位地址>

用栗
0 9 * * * /usr/bin/python3 /home/pi/DailyCP/DailyCP.py sise 1640915111 password **广东省佛山市禅城区福贤路

GitHub ACTIONS 自动签到

Fork本项目,在你的仓库下点击Settings,增加SCHOOL_NAMEACCOUNTPASSWORDADDRESS 4个Secrets,分别对应上述的<学校前缀> <账号> <密码> <定位地址>,之后打开你仓库的ACTIONS,最后手动提交一次代码修改就能激活自动签到了。
Secrets

签到方式:
手动签到
  • push
  • 自己给自己star
自动签到
  • 每3小时自动签到一次

Credits

dailycp's People

Contributors

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