Skip to content

daoleno/rss_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Exporter

Parse OPML file and export RSS feeds to a database.

Usage

Example: deno run --allow-read --allow-net --allow-env export.ts -s RAW.opml -d postgresql://localhost:5432
flags:
  -h, --help: display help message
  -s, --source: rss opml file
  -d, --database: database url

Example

Import RSSAggregatorforWeb3 into a local database.

deno run --allow-read --allow-net --allow-env export.ts -s RAW.opml -d postgresql://localhost:5432

Releases

No releases published

Packages

No packages published