Skip to content

shawnbot/feed-funnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Feed Funnel

Feed Funnel is a Python utility for aggregating multiple feed sources (RSS or Atom; anything that feedparser can handle) into JSON data sources that can be easily templatized into HTML or feed formats.

Usage

funnel.py takes one or more feed URLs as positional arguments and produces JSON on stdout, e.g.

$ funnel.py http://www.theverge.com/rss/index.xml > theverge.json
Usage: funnel.py [options] URL1 [URL2 [...]]

Options:
  -h, --help            show this help message and exit
  -L LIMIT, --limit=LIMIT
                        How many items to include in the output (default: 100)

About

A simple command-line feed aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages