Skip to content

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

License

Notifications You must be signed in to change notification settings

tompy017/DolarScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages