Scraper/parser for the UWO Undergraduate Academic Timetable
Container:
- Run
docker build . -t timetable-scraper-java:latest
in the repo root. - Make a new directory somewhere and
cd
into it. docker run -it -v ${pwd}:/execution timetable-scraper-java:latest
- The program's outputs will be saved in the current dir.
Output from this program is consumed by Western Timetable Generator.