Skip to content

This application was a web scraper designed to extract patient information from a doctor or nurse's patient list on a website.

Notifications You must be signed in to change notification settings

PaperPony/patientDataWebScraper

Repository files navigation

patientDataWebScraper

This application is a web scraper designed to extract patient information from a doctor or nurse's patient list on a website.

Project Specifics:

This project is a generalized version of an application used to scrape information from a website and save it to a csv file. Utilized by YoungerMeMD for extracting large amounts of information from websites and store them on a local file. The example used here is a doctor with a list of patients, but this code could be altered to fit almost any need. Primarily coded using puppeteer with node.js and javascript. The program is intended to be run once and done for each list of information.

Installation:

  • npm ci: Installs the necessary packages (namely puppeteer and objects-to-csv)
  • npm start: Runs the scraping script

Author: Dominick Varano

About

This application was a web scraper designed to extract patient information from a doctor or nurse's patient list on a website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published