view myrss/myrss_test_feed.py @ 82:d7d67887102f

move pinlib to a shared location and have pics use it
author paulo
date Wed, 29 Jun 2016 00:11:55 -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