Code Monkey home page Code Monkey logo

cququerygrade's Introduction

CQUQueryGrade

重庆大学学生成绩查询(新教务网),也可以参考思路实现认证
注意:统一认证网页输入的学号和密码一旦错三次将会产生验证码认证,该脚本并未实现验证码处理,所以三次以内必须输入正确用户名和密码

快速开始

python -m venv .venv
source .venv/bin/activate  # 环境激活因平台而异
pip install -r requirements.txt
python main.py

更新

为了更加快速,选择将课程处理成db文件,而不是发生请求获取课程信息。如果需要联网查询子只需要将QueryGrade\\query_grade.pyonline修改成true

21.8.30更新

  • 将Oauth认证模块单独提取成函数,放在了QueryGrade\\query_grade.py里面
  • 加入了查询已经选择课程的函数QueryGrade\\query_course_list.py,调用方式见main.py。
  • 加入了查询本学期的专业课程选课情况QueryGrade\\query_course_list.py,调用方式见main.py。

cququerygrade's People

Contributors

hanweili-cqu avatar

Watchers

James Cloos 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.