https://github.com/ducvui2003/data-warehouse-estate
https://github.com/ducvui2003/data-warehouse-estate
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ducvui2003/data-warehouse-estate
- Owner: ducvui2003
- Created: 2024-10-05T01:58:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T20:14:51.000Z (over 1 year ago)
- Last Synced: 2025-03-03T03:12:59.525Z (over 1 year ago)
- Language: Python
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawl data etate by Python
## Overview
Tool cào dữ liệu cho trang web 'https://batdongsan.com.vn'
## Table of Contents
[//]: # ()
[//]: # (- [Prerequisites](#prerequisites))
[//]: # (- [Installation](#installation))
[//]: # (- [Setup](#setup))
[//]: # (- [Running the Project](#running-the-project))
[//]: # (- [Usage](#usage))
[//]: # (- [Contributing](#contributing))
[//]: # (- [License](#license))
## Prerequisites
Make sure you have the following installed:
- Python 3.x
- Git
- Chrome Browser
## Setup
### 1. Install environment (in root project)
```bash
python -m venv .venv
.\venv\Scripts\activate
pip install -r requirements.txt
```
#### PyCharms
- File -> Settings -> Project -> Project Interpreter -> Add -> Existing environment -> Interpreter -> .venv\Scripts\python.exe (project)