# crawl_secondhand [![Version](https://img.shields.io/badge/version-v1.1.0-brightgreen)](https://git.yoqi.me/lyq/crawl_secondhand) [![.Python](https://img.shields.io/badge/Python-v3.8.5-brightgreen?style=plastic)](https://git.yoqi.me/lyq/crawl_secondhand) 二手商品监控,二手车,二手房,租房,电子产品。 1、指定商品定时爬取,有新商品时发送邮件通知。 2、比价,有新用户发布同样的商品时发送邮件通知。 链家房源爬虫,通过小区信息爬取所有房源,基于scrapy ## Usage setting.py中配置MongoDB run run.py **Web版本** ``` python main.py server --config config.json ``` **GUI版本** ``` python main.py gui --config config.json ``` **命令行版本** ``` python main.py run --config config.json ``` ## Develop **pip 包:** ``` python setup.py sdist bdist_wheel ``` ## License Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)