It has been developed to obtain the information of the house for sale advertisements on the popular real estate site. You can download the CSV file.

Let's install Python-3
$ sudo apt update
$ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt install python3.9Then install pip using python3
$ sudo apt update
$ sudo apt install python3-pip
Clone the project
$ git clone https://github.com/berkay-c/data-scraping-from-real-estate-site.gitGo to the project directory
$ cd data-scraping-from-real-estate-siteInstall virtualenv and create venv
$ sudo pip3 install virtualenv
$ virturalenv venv
Activate venv
$ source venv/bin/activateInstall requirements.txt
$ cd data-scraping-from-real-estate-site
$ pip install -r requirements.txtRun App.py
$ streamlit run App.py






