/DolarScraping

Python script that retrieves the different exchange rates of USD in Argentina

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DolarScraping

Extracts various dollar exchange rates from the website DolarHoy.com

Dependencies

  • requests
  • beautifulsoup4

Installation

  1. Create a virtual environment (recommended):
    python3 -m venv venv
    source venv/bin/activate  # Linux/macOS
    venv\Scripts\activate.bat  # Windows
    
  2. Install dependencies:
    pip install -r requirements.txt
    

Usage

  1. Run the script
    python main.py
    #Or python3 main.py
    
  2. The script will print the extracted dollar rates to the console.