Skip to content

sudeepaviraj/currency-rates-sri-lanka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 Currency Exchange Rate Scraper

This python script is designed to scrape live USD/LKR currency rates from various banks in Sri Lanka and Google Finance website. It saves the scraped data in JSON format in a file named export.json.

📝 Features

  • Built with the help of the Selenium library.
  • Scrapes live USD/LKR currency rate from Sampath Bank, Central Bank, NSB Bank, Peoples Bank and Google Finance website.
  • Saves the scraped data as JSON format in export.json.

⚙️ Installation

To run this script, you need to install the following libraries mentioned in the requirements.txt file.

pip install -r requirements.txt

🚀 Tech Stack

  • Python
  • Selenium
  • BeautifulSoup

🏃‍♂️ Run Locally

Start the server

  python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages