Skip to content

Crawler for SUSTech Educational Administration System

License

Notifications You must be signed in to change notification settings

imxieyi/jwxt_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwxt_crawler

Introduction

This is a collection of crawlers for SUSTech educational administration system. It is written in Java. Use at your own risk!

Dependencies

jsoup: A Java HTML parser.

Setup

Put a file named login.properties containing login information for CAS in the root directory of this project.

Sample:

id=xxxxxxxx
password=xxxxxx

Runnable Modules

  1. major.SearchAllMajors: List all students with their major selections.
  2. grade.SearchPeopleOfClass: List grade of all students of a class (you should know the class id first).

About

Crawler for SUSTech Educational Administration System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages