Skip to content

scrapy-plugins/scrapy-feedexporter-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Exporter for Scrapy

Scrapy feed export storage backend for Dropbox.

Requirements

  • Python 3.8+

Installation

pip install git+https://github.com/scrapy-plugins/scrapy-feedexporter-dropbox

Usage

  • Add this storage backend to the FEED_STORAGES Scrapy setting. For example:

    # settings.py
    FEED_STORAGES = {'dropbox': 'scrapy_dropbox.DropboxFeedStorage'}
  • Configure authentication to generate access token and use it like following:

    For example,

    DROPBOX_API_TOKEN = 'your generated access token here'
  • Configure in the FEEDS Scrapy setting the Dropbox URI where the feed needs to be exported.

    FEEDS = {
        "dropbox://<folder_name>/<file_name.extension>": {
            "format": "json"
        }
    }

Feed Options

About

Scrapy feed exporter for Dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages