Atomisator Configuration for Unified Python Planet
May 9th, 2009
Robert Kern asked me to share my Atomisator configuration for the Unified Python Planet. So, here it is:
[atomisator] # sources sources = rss http://www.planetpython.org/rss20.xml rss http://planet.python.org/rss10.xml # filters # "doublons" is French for "duplicates" -- this is what de-dups the feed filters = doublons # enhancers # I'm not using any, just leave this blank (default) enhancers = # outputs outputs = rss /home2/mpirnat/webapps/pirnatwp/static/unified_python_planet.xml "http://feeds2.feedburner.com/UnifiedPythonPlanet" "Unified Python Planet" "A uniqued union of the Official and Unofficial Python planet feeds. Generated by Atomisator FTW!" # database database = sqlite:///atomisator/unified_python_planet.db
The example configuration files that come with Atomisator are really good at illustrating how you would use them; I’ve omitted the explanatory comments from my example, but they’re in the examples and will point you in the right direction. Thanks again to Tarek for this very handy tool!