Skip to main content

Generate RSS feed for Wordpress blog without it.

Project description

rssfixer

A small tool to generate an RSS feed from some Wordpress blogs that for some reason don't generate their own feeds.

Installation

pip install rssfixer

Usage

An example to generate a feed for nccgroup:

$ rssfixer --title nccgroup https://research.nccgroup.com/
RSS feed created: rss_feed.xml

You can specify a filename and silence output:

$ rssfixer --title nccgroup --output nccgroup.xml --quiet https://research.nccgroup.com/

The resulting file is available here as an example.

Most times you would run the script from crontab to have an updated feed. Here is an example with a venv in /home/user/src/rssfixer.

32 * * * *      /home/user/src/rssfixer/bin/rssfixer --title nccgroup --output /var/www/html/feeds/nccgroup.xml --quiet https://research.nccgroup.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rssfixer-0.0.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

rssfixer-0.0.3-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page