All Projects → zhangslob → Taobao_duoshou

zhangslob / Taobao_duoshou

使用Scrapy采集淘宝数据,Flask展示

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Taobao duoshou

Taobaoscrapy
😩Tool For Taobao/Tmall| 儿时玩具已经过时
Stars: ✭ 146 (+131.75%)
Mutual labels:  scrapy, taobao
Python Tutorial
🏃 Some of the python tutorial - 《Python学习笔记》
Stars: ✭ 122 (+93.65%)
Mutual labels:  scrapy, flask
Python3 Spider
Python爬虫实战 - 模拟登陆各大网站 包含但不限于:滑块验证、拼多多、美团、百度、bilibili、大众点评、淘宝,如果喜欢请start ❤️
Stars: ✭ 2,129 (+3279.37%)
Mutual labels:  scrapy, taobao
Soul Manga
react + flask + scrapy 构建的单页应用漫画网站
Stars: ✭ 126 (+100%)
Mutual labels:  scrapy, flask
Livetv mining
直播网站数据采集
Stars: ✭ 188 (+198.41%)
Mutual labels:  scrapy, flask
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-12.7%)
Mutual labels:  flask
Flask Jwt Extended
An open source Flask extension that provides JWT support (with batteries included)!
Stars: ✭ 1,109 (+1660.32%)
Mutual labels:  flask
Flask Vuejs Template
Flask + Vue JS Template
Stars: ✭ 1,074 (+1604.76%)
Mutual labels:  flask
Openclubhouse
A third-part web application based on flask to play Clubhouse audio.
Stars: ✭ 1,061 (+1584.13%)
Mutual labels:  flask
Lagom
📦 Autowiring dependency injection container for python 3
Stars: ✭ 61 (-3.17%)
Mutual labels:  flask
Tensorflow 101
learn code with tensorflow
Stars: ✭ 1,116 (+1671.43%)
Mutual labels:  flask
Critiquebrainz
Repository for Creative Commons licensed reviews
Stars: ✭ 59 (-6.35%)
Mutual labels:  flask
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-9.52%)
Mutual labels:  flask
Popbot
Color splash effects using Deep Learning
Stars: ✭ 61 (-3.17%)
Mutual labels:  flask
Scrapy Craigslist
Web Scraping Craigslist's Engineering Jobs in NY with Scrapy
Stars: ✭ 54 (-14.29%)
Mutual labels:  scrapy
Sensu Grid
A sensu dashboard built for the "big" screen...
Stars: ✭ 62 (-1.59%)
Mutual labels:  flask
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-15.87%)
Mutual labels:  flask
Flasked Notebooks
Rendering IPython Notebooks using Flask
Stars: ✭ 59 (-6.35%)
Mutual labels:  flask
Todo List Using Flask And Mongodb
Simple implementation of ToDo List using Flask and MongoDB along with Dockerfile and Kubernetes yaml files #Flask #Example #Docker #Kubernetes #k8s
Stars: ✭ 61 (-3.17%)
Mutual labels:  flask
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-7.94%)
Mutual labels:  flask

淘宝剁手吧

(接口失效,目前不再维护)

该项目使用 Scrapy 抓取 taobao 商品信息,并存入 MongoDB 数据库。

Web 端使用 Flask + Bootstrap 构建聚合搜索商品信息的简单应用。

Use

运行 Scrapy 爬取商品信息。

$ cd scrapy
$ scrapy crawl taobao

获取信息后,运行 Web Server 进行测试。

$ python server.py
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!

完整内容请来我的博客 scrapy学习实例(四)采集淘宝数据并展示

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].