Combine lecture hours and classes on EduPage into a single document using NodeJS and Selenium for Atilim University.
- NodeJS +v18.15.0 Download for Windows | Other Download Options
- Firefox (or GeckoDriver) Download GD
- Download the files and extract them to a folder.
- Open the folder in console.
- Run
npm i -yfrom console. - You can add or remove course codes from the
lectures.ymlfile. Simply delete a course code to remove it, or add a new line with the format- <LESSON CODE>to include new ones. - By running the
node app.jscommand from the console, you will get the timetable output named "output.svg" in a few seconds.

