Skip to content

IgnacioJLopez/Web_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping with Python

This repository contains two Python scripts for web scraping: one to obtain information about rental apartments and another to obtain foreign exchange rates. Both scripts use the requests library to make HTTP requests to the target websites, Beautifulsoup to parse the HTML and extract the desired data, and pandas to store the data in a structured format.

Requirements

  • Python 3.x
  • Requests
  • Beautifulsoup4
  • Pandas

Installation

Clone the repository to your local machine:

git clone https://github.com/IgnacioJLopez/Web_Scraping.git

Disclaimer

The use of web scraping for data collection may be against the terms of service of some websites. The scripts provided in this repository are for educational purposes only. The user assumes all responsibility for any legal or ethical issues that may arise from the use of these scripts.

About

Web scraping projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published