Originally published at: https://www.cyberciti.biz/python-tutorials/how-to-generate-rss-2-0-feed-quickly-using-python/
I wanted to generate RSS 2.0 feeds in Python. Nothing fancy but for certain tasks I needed it something that is quick and just works out of the box. I found rfeed - a library to generate RSS 2.0 feeds in Python. It is in my opinion straightforward to use.