Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scmongo

This project contains some extensions for using MongoDB with the Scrapy web crawling framework.

Requirements

  • Scrapy 0.12 or above
  • pymongo 1.6 or above

Install

Download and run: python setup.py install

Available extensions

Mongo Cache Storage

Module: scmongo.httpcache

A MongoDB backend for HTTP cache storage. It stores responses using GridFS.

To use it, set the following Scrapy setting in your project:

HTTPCACHE_STORAGE = 'scmongo.httpcache.MongoCacheStorage'

About

MongoDB extensions for Scrapy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages