view myrss/myrss_test_feed.py @ 78:f833a888c548

add cookie-based PIN system, and update laterlinks to use it
author paulo
date Thu, 02 Jun 2016 00:27:50 -0700
parents 315afeb47e52
children e2817e789895
line source
1 import datetime
3 import myrss_app
6 x = myrss_app._process_feed(open("yahoo_blogs.rss.xml"))
7 y = myrss_app._to_html(datetime.datetime.now(), [x])
9 print y