Skip to content

RvidalSt4rtend/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Scraper

This project uses Selenium to automate the search for foreign currency exchange rates, such as the Swiss Franc, Euro, and Dollar, from the Peruvian SUNAT website. The goal is to obtain the exchange rate in Soles.

Prerequisites

  • Python 3.0+
  • Google Chrome installed
  • Chromedriver (compatible with the installed version of Google Chrome and the operating system in use)
  • Selenium to interact with the browser

Installation

  1. Install Selenium

    Run the following command to install the Selenium library:

    pip install selenium
    
  2. Install Chromedriver

    Download Chromedriver from here for your operating system and your version of Chrome. Then, unzip the downloaded file and ensure chromedriver is accessible from your project.

  3. Set up Chromedriver Permissions (Linux)

    After downloading, ensure Chromedriver has the necessary permissions:

    chmod +x chromedriver
    

Optional

image

Results

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages