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
- Host: GitHub
- URL: https://github.com/chenwr727/lianjia_scrapy
- Owner: chenwr727
- Created: 2022-01-25T03:21:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T01:26:40.000Z (about 3 years ago)
- Last Synced: 2025-04-08T17:09:38.997Z (about 1 year ago)
- Topics: echarts, fastapi, python, scrapy, sqlalchemy
- Language: Python
- Homepage:
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 链家二手房爬虫
- [链家二手房爬虫](#链家二手房爬虫)
- [介绍](#介绍)
- [安装教程](#安装教程)
- [使用说明](#使用说明)
## 介绍
链家二手房爬虫,echarts可视化

> python爬虫
> echarts可视化
> Fastapi Web
## 安装教程
```shell
pip install -r requirements.txt
```
## 使用说明
> 获取数据
```shell
python main.py
```
> Web
```shell
python app.py
```