Skip to content

Web scraper/navigator which gets doctor's contact information and stores it into an Excel sheet

Notifications You must be signed in to change notification settings

bringuy/CPSONavigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A web scraper/navigator which goes through the website CPSO and gets the contact information of all the doctors in the Tricity area (Kitchener, Waterloo, Cambridge) area. Data such as the doctor's name, address, and contact information are all stored in an Excel sheet. Uses Python and Selenium Webdriver.

Installation

  1. Clone the repository to your local machine
  2. Install Python 3.x and pip.
  3. Install the required packages using the following command:
pip install -r requirements.txt
  1. Install the latest version of the Chrome browser.

Usage

Run the following command in the terminal to execute the script:

python main.py

Wait for the script to complete. The script may take several minutes to run depending on the number of doctors. Once the script has completed, an Excel sheet named GP_Demographics.xlsx containing the data will be saved in the project directory.

About

Web scraper/navigator which gets doctor's contact information and stores it into an Excel sheet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages