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

https://github.com/chenwr727/lianjia_scrapy

Crawl second-hand housing information and display it on the map
https://github.com/chenwr727/lianjia_scrapy

echarts fastapi python scrapy sqlalchemy

Last synced: 4 months ago
JSON representation

Crawl second-hand housing information and display it on the map

Awesome Lists containing this project

README

          

# 链家二手房爬虫
- [链家二手房爬虫](#链家二手房爬虫)
- [介绍](#介绍)
- [安装教程](#安装教程)
- [使用说明](#使用说明)

## 介绍
链家二手房爬虫,echarts可视化
![demo](./images/xm.gif)

> python爬虫

> echarts可视化

> Fastapi Web

## 安装教程
```shell
pip install -r requirements.txt
```

## 使用说明

> 获取数据
```shell
python main.py
```

> Web
```shell
python app.py
```