← All projects

Project

Syllabus Crawler

A crawler that extracts syllabus data from Handong’s HISNet system.

A command-line scraper that logs into Handong Global University’s academic information system (HISNet) with credentials entered at runtime and walks the course listings for a selected semester and college.

For each course with an uploaded syllabus it extracts the course code, title, instructor, course overview, and grading rubric. It auto-installs a matching ChromeDriver and stores no credentials.

  • Python
  • Selenium
  • Web scraping