Python scrapy Crawler Primer

Source: Internet
Author: User
Tags python scrapy

Scrapy is a python-only web crawler tool that currently has only python2.x versions.

    1. Installation

  Scrapy need more support cubby, installation is very cumbersome, test directly with Easy_install or PIP installation will automatically download the support library installation needs, but because the network or other reasons always install failure, it is best to install each installation package separately.

      1. Download Install the Microsoft Visual C + + redistributable Package (Note that the link is 64-bit) http://www.microsoft.com/en-us/download/details.aspx ? id=15336
      2. Download and install pywin32:http://sourceforge.net/projects/pywin32/files/
      3. Twisted:http://twistedmatrix.com/trac/wiki/downloads
      4. Zope.interface zope.interface pypi page download and install the Egg pack with Easy_install
      5. lxml:http://pypi.python.org/pypi/lxml/
      6. Pyopenssl:https://launchpad.net/pyopenssl
      7. Scrapy (link to win AMD64 python2.7 version) scrapy

The above 2--7 can also be installed via Easy_install or PIP.

  

  

  

Python scrapy Crawler Primer

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.