Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
  • Python BigData
  • Python Spider
    • 反爬虫
    • requests
    • BeautifulSoup
    • selenium
    • scrapy
      • 安装
      • 创建项目
      • 基本概念
        • Spiders
        • Selector
        • Items
        • Item Loaders
        • Scrapy Shell
        • Item Pipeline
        • Feed exports
        • Requests
        • Responses
        • Link Extractors
        • Settings
        • Exceptions
        • Command line tool
      • 内置服务
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Python Spider
  2. scrapy

基本概念

SpidersSelectorItemsItem LoadersScrapy ShellItem PipelineFeed exportsRequestsResponsesLink ExtractorsSettingsExceptionsCommand line tool
Previous创建项目NextSpiders

Last updated 7 years ago