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

https://github.com/yowenter/jd-scrapy


https://github.com/yowenter/jd-scrapy

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Author:wenter
Email:wenter.wu@gmail.com
Org:DaoCloud

This is a crawler for jd.com .

Requires:

Python2.7
Scrapy
BeautifulSoup

RUN in jd project dir:

-scrapy crawl jd-category

ps:
You can edit the settings.py .
FILTER_CATEGORIES=['beauty']

That means the spider will crawl category 'beauty'.
If you wanna crawl more, you can add ,like this: FILTER_CATEGORIES=['beauty','car']