rick
rick

Reputation: 4131

Is there anything in the Django / Python world equivalent to SimplePie Plugin for Wordpress?

I know that SimplePie itself is derived from UFP, but the features I'm wondering about are the post-processing features that are available in SimplePie for WordPress plugin:

http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/processing

Can I find something similar to this for my Django application?

Can this be accomplished using Django inclusion tags?

Upvotes: 1

Views: 710

Answers (2)

Roch
Roch

Reputation: 22041

You are looking for the universal feed parser.

Upvotes: 1

Related Questions