Skip to content

cloud-archiver/feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud archiver

Cloud archiver helps you to backup data from different cloud services. This plugin is intend to save rss and atom feeds..

setup

Install the plugin into your cloud archiver configuration directory.

$ npm install --save @cloud-archiver/feeds

Edit your configuration to load the plugin.

plugins: [
// ...
  require('@cloud-archiver/feeds')
// ...
]

To backup a feed run

$ node_modules/.bin/cloud-archiver feed:url https://www.reddit.com/r/AskReddit/new.rss

By default the title attribute of the feed will be used as folder name in your storage directory. To overwrite this name use the -t flag.

license

MIT

Releases

No releases published

Packages

No packages published