Installation

  1. Clone the Repository:

    git clone <https://github.com/gabegtrrz/data-extraction-goeden.git>
    cd data-extraction-goeden
    
    
    git clone <https://github.com/gabegtrrz/data-extraction-goeden.git>
    cd data-extraction-goeden
    
    
  2. Install Python Libraries: It's highly recommended to use a virtual environment.

    python -m venv venv
    .\\\\venv\\\\Scripts\\\\activate  # On Windows
    source venv/bin/activate # On macOS/Linux
    pip install -r requirements.txt
    
    
    python -m venv venv
    .\\\\venv\\\\Scripts\\\\activate  # On Windows
    source venv/bin/activate # On macOS/Linux
    pip install -r requirements.txt
    
    

Prerequisites

To run this script, you'll need the following installed on your system:

Dependencies

This script relies on external Python libraries and internal modules.