Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.
/ AoxiangRobot Public archive

西北工业大学翱翔门户的爬虫

License

Notifications You must be signed in to change notification settings

QingQiz/AoxiangRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是翱翔门户的一个爬虫

Install Requirements

pip install --upgrade -r requirements.txt

Examples

注意: 应将密码写入一个文件中,并向 -p/--password 参数传入文件路径

  • 获取 2019、2020 学年的成绩

    ./aoxiangRobot -u 2017000000 -p ./password grade -t 19 20

  • 获取 2019 学年的考试安排

    ./aoxiangRobot -u 2017000000 -p ./password exam -t 19

  • 获取 今天今天 + 180 天 期间的课表,输出 res.ics,格式为 iCalendar (ICS),每节课之前 20 min 提醒

    ./aoxiangRobot -u 2017000000 -p ./password classTable -o res.ics -a 20

  • 疫情填报

    ./aoxiangRobot -u 2017000000 -p ./password yqtb

    ./aoxiangRobot -u 2017000000 -p ./password yqtb -l 西安

  • 详见: ./aoxiangRobot --help./aoxiangRobot sub-command -h

About

西北工业大学翱翔门户的爬虫

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages