Skip to content

It has been developed to obtain the information of the house for sale advertisements on the popular real estate site.

License

Notifications You must be signed in to change notification settings

berkay-c/data-scraping-from-real-estate-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project topic

📍 About The Project

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. Gif One

🔧 Built With

💻 Installation

Let's install Python-3

  $ sudo apt update
  $ sudo add-apt-repository ppa:deadsnakes/ppa
  $ sudo apt install python3.9

Then install pip using python3

  $ sudo apt update
  $ sudo apt install python3-pip

💻 Run Locally

Clone the project

 $ git clone https://github.com/berkay-c/data-scraping-from-real-estate-site.git

Go to the project directory

 $  cd data-scraping-from-real-estate-site

Install virtualenv and create venv

 $  sudo pip3 install virtualenv
 $  virturalenv venv

Activate venv

 $  source venv/bin/activate

Install requirements.txt

 $  cd data-scraping-from-real-estate-site
 $  pip install -r requirements.txt

Run App.py

 $  streamlit run App.py

📸 Screenshots

1

2

3

4

5

6

🔗 Contact Me and Feedback

GitHub

linkedin

Gmail

License

MIT

About

It has been developed to obtain the information of the house for sale advertisements on the popular real estate site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages