Skip to content

A program that extracts the names, professors and NRC of the undergraduate subjects from Universidad del Norte's page.

Notifications You must be signed in to change notification settings

JKBustillo/UNScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNScraper

A program that extracts the names, professors and NRC of the undergraduate subjects from Universidad del Norte's page.

Project Setup

npm install

Run Scraper

node src/index

or

npm start

Outputs

The program's outputs are .txt files created in the "outputs" folder in the root directory. Every file contains info in the following structure:

"Department name", "Subject", "Professor", "NRC"

Every .txt file contains a different department with every subject with its respective professor and NRC.

Check List

  • Subjects
  • Professor
  • Department
  • NRC
  • Outputs .txt
  • Fix broken words

About

A program that extracts the names, professors and NRC of the undergraduate subjects from Universidad del Norte's page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published