Giter VIP home page Giter VIP logo

wyspider's Introduction

wyspider

使用步骤:

  • pip install scrapy && pip install MySQL-python
  • 把 wyspider.sql 导进数据库
  • 更改 wyspider/settings.py 里的配置
  • 运行 scrapy crawl wooyun

常用配置介绍

选项 说明
START_URLS 爬虫开始的链接
KEYWORDS 关键字,默认为空
DEPTH_LIMIT 爬行深度,默认为0,即无限制
CLOSESPIDER_PAGECOUNT 爬行页面数量限制,默认为0,即无限制
LOG_FILE 日志保存文件
LOG_LEVEL 日志级别,可选 DEBUG/INFO/WARNING/ERROR/CRITICAL 五个级别
USER_AGENT_LIST 爬虫UA列表,可自行修改
DOWNLOAD_DELAY 爬行延时
DEPTH_PRIORITY 默认为深度优先,如需广度优先去掉注释即可

wyspider's People

Contributors

borghan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.