An open API service indexing awesome lists of open source software.

https://github.com/ducvui2003/data-warehouse-estate


https://github.com/ducvui2003/data-warehouse-estate

Last synced: 8 days ago
JSON representation

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)