Giter Club home page Giter Club logo

zhengfang_score's Introduction

Function

模拟登陆教务系统,验证码自动识别,爬取成绩并填入xls,然后自动打开

Installation

git clone https://github.com/qianlihaoyue/zhengfang_score.git

pip install -r requirements.txt

Normal

python main.py

No input

Modify main.py line 144

if __name__ == "__main__":
    url = 'http://202.206.243.3'
    user=input('学号:')
    print('密码不可见')
    pswd=getpass.getpass('password:')
    #user = '2018xxxxxxxx'
    #pswd = "xxxxxxxxxxxx"

Note

1.如果登陆不成功,可能是密码输错或者验证码识别错误,多试一次就行。

2.仅实用于燕山大学教务系统,禁止攻击教务系统!!!

3.参考 ZhengFang_System_Spider and check_score_system,我只是搬砖罢了

4.代码 130行 num=[2,4,6]是所要导出的项目,对应表如下:

0 1 2 3 4 5 6
学年 学期 课程名称 课程性质 学分 绩点 成绩

zhengfang_score's People

Contributors

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