Skip to content

joak/lazystudent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazystudent

parses the lvv and gives you a nice set of html pages for your personal scraping fun, a nice table with realtime search is included, to access the search function enter the textarea on top and start typing

sorting by any argument is done by clicking the names of the tables, a good usage scenario would be finding all lvs matching a weekday and then sorting by ects...

usage:

python lazystudent.py <username> <semester> <abschnitt>

  • username = sMatrikelNr e.g.: s1234567
  • semester: SS or WS
  • abschnitt: 1 or 2
  • e.g.: python lazystudent.py s1234567 SS 2

when the scraping is done run this:

python parse_lazyoutput.py <semester>

e.g.:

python parse_lazyoutput.py SS

then open the file ./output/SS/index.html type in the search field on top to search... have fun

About

lazy lazy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • Python 31.3%