Skip to content

Scrapy pipeline which allows you to store scrapy items in appery.io database.

Notifications You must be signed in to change notification settings

scalingexcellence/scrapy-apperyio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

It's a pipeline which allows you to store scrapy items in appery.io database. Now it works asynchronously and it's extra fast.

Install

pip install scrapyapperyio

Configure your settings.py:

ITEM_PIPELINES = {'scrapyapperyio.ApperyIoPipeline': 300}

APPERYIO_DB_ID = '1234abcdef1234abcdef1234'
APPERYIO_USERNAME = 'root'
APPERYIO_PASSWORD = 'pass'
APPERYIO_COLLECTION_NAME = 'properties'

Changelog

0.1.1 initial release

Licence

Copyright 2013-14 Dimitrios Kouzis-Loukas

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Scrapy pipeline which allows you to store scrapy items in appery.io database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages