Python
Web Scrapper
Project URL: https://github.com/tompy017/DolarScraping
- Created a CLI web scraper to extract the different exchange rates in Argentina for US Dolars from dolarhoy.com website.
- Utilized requests library to fetch HTML content and Beautiful Soup for efficient data parsing.
- Employed CSS Selectors to ensure data reliability.