Skip to content

Instantly share code, notes, and snippets.

View lmmsoft's full-sized avatar
😀
Planning some exciting stuff for 2024

Mingming Lou lmmsoft

😀
Planning some exciting stuff for 2024
View GitHub Profile
@martg0
martg0 / pyrss2gen-example.py
Created February 11, 2010 15:57
PyRSS2Gen example
"""
example of the usage of pyrss2gen library.
URL: http://www.dalkescientific.com/Python/PyRSS2Gen.html
"""
import datetime
import PyRSS2Gen
rss = PyRSS2Gen.RSS2(
title = "Andrew's PyRSS2Gen feed",