Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 597 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 597 Bytes

web-to-feed

Transforms a standard web site to a subscribable feed like RSS

Example

python webtofeed.py --url http://www.gamespot.com/videos/review/ --tag h3

Usage

usage: webtofeed.py [-h] [--url URL] [--tag TAG]

optional arguments:
  -h, --help  show this help message and exit
  --url URL   URL to be parsed
  --tag TAG   Tag that encapsulates news content

Remark

Build Status

Currently failing due to python-feedgen Python3 incompatability