Skip to main content

ICSD website scraper

Project description

Scrapping professors and courses from ICSD website Original idea by Yannis Alexiou. Check his implementation in NodeJS here

  • Install package: pip install icsdscraper
  • Import main library: import PapaScrap

Functions

getProfessors

Returns all professors as an array of objects with the below details: name, academicRank, link, office, tel, email, website, image

getBasicCourses

Returns all courses as an array of objects with the below details: title, code, semester, ects, theoryHours, labHours, professor, link

getAdvancedCourses

Returns all courses as an array of objects with the below details: contentOutline, learningOutcomes, prerequisites, basicTextbooks, additionalReferences, teachingMethod, grandingMethod, languageOfInstruction, modeOfDelivery

Ιmportant: getAdvancedCourses doesn't always work properly due to lack of consistency of ICSD site. So it's better to use the getBasicCourses to retrieve basic course information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icsdscraper-0.0.13.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

icsdscraper-0.0.13-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page