Skip to content

u555017/webclass-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webclass-parser

workflow workflow

Usage

from webclass-parser.request import auth_user, check_token, fetch_clazz_table

token = wp.auth_user(username="XXX", password="XXX")

if token is None or not check_token(token):
  raise Exception("failed to auth user")

clazz_table = fetch_clazz_table(token)
print(clazz_table)

About

TPU webclass parser library

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages