0ssifrage / SJTUScoreFetcher

A tool to fetch scores from the SJTU electsys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SJTU Score Fetcher

A tool to fetch scores from the SJTU electsys

Example

from sjtuscorefetcher import ScoreFetcher


sf = ScoreFetcher('5110312345', '12345678')
sf.login()
scores = sf.get_scores()
for score in scores:
    print score[0], score[1], score[2]

About

A tool to fetch scores from the SJTU electsys


Languages

Language:Python 100.0%