Skip to content

Scrape and organize medical reports from Kingmed website.

Notifications You must be signed in to change notification settings

HarutyunAg/kingmed-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kingmed Case Report Scraper

Overview

The Kingmed Case Report Scraper is a web scraping tool designed to retrieve comprehensive medical histories from the Kingmed website. These histories encompass both general and birth-related records across various clinical disciplines.

UML

uml

Getting Started

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/HarutyunAg/kingmed-scraper
    cd kingmed-scraper
  2. Use the provided scraper.sh file to initiate the scraping process::

    bash scraper.sh
  3. Specify the download path: When prompted, enter the path where you wish to save the downloaded files. An example prompt is as follows:

    Enter the path where you want to download files: /path/to/download/files
    

Manual activation.

Alternatively, if you prefer manual activation, follow the next steps.

  1. Clone the repository:

    git clone https://github.com/HarutyunAg/kingmed-scraper
    cd kingmed-scraper
  2. Create and activate a virtual environment using Poetry:

    cd ./deps
    poetry install
    poetry shell
    cd ..
  3. Run the main.py file: Execute the following command to initiate the scraper, which will commence downloading medical histories into the specified directory.

    python main.py

About

Scrape and organize medical reports from Kingmed website.

Resources

Stars

Watchers

Forks