If you want to throw a feed into your web page, one way I have found that works well is to use the Python feed parser module. The way I do it is just put the data into a PostgreSQL database table and then truncate the table each time I pull the feed again. The…
Simple RSS Parser with Python and PHP
Posted on