imtsuki / BuptScoreSpider

北邮教务系统成绩爬虫,支持验证码自动识别,保存为 JSON 格式。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuptScoreSpider

北邮教务系统成绩爬虫,支持验证码自动识别,保存为 JSON 格式。

使用说明

python main.py [options...] <username> <password>

也可以在源码中指定用户名和密码。

安装

git clone --recursive https://github.com/imtsuki/BuptScoreSpider.git

依赖

Python 依赖项:

  • requests
  • requests-html
  • pytesseract
  • Pillow

同时还需要安装 Tesseract OCR。这里有安装教程

TODO

  • 可选手动输入验证码

About

北邮教务系统成绩爬虫,支持验证码自动识别,保存为 JSON 格式。

License:GNU General Public License v3.0


Languages

Language:Python 100.0%