登录 注册
当前位置:主页 > 资源下载 > 9 > Scrapy MongoDB队列插件:scrapy-mongodb-queue

Scrapy MongoDB队列插件:scrapy-mongodb-queue

  • 更新:2024-07-31 11:11:08
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Scrapy MongoDB队列 基于MongoDB的scrapy组件,允许分布式爬网 可用的Scrapy组件 排程器 复制过滤器 安装 来自pypi $ pip install git+https://github.com/jbinfo/scrapy-mongodb-queue 来自github $ git clone https://github.com/jbinfo/scrapy-mongodb-queue.git $ cd scrapy-mongodb-queue $ python setup.py install 用法 在您的settings.py启用组件: # Enables scheduling storing requests queue in redis. SCHEDULER = "scrapy_mongodb_queue.schedule