I am currently using the wordpress plug-in RSS2POST to pull an RSS feed from one website (non-wordpress), then redisplay that content thru the plug-in, plus some static information .
RSS2POST is good, but a little too general-purpose for my needs. I need to do the following:
1) Request tomorrow’s feed at a configurable time (usually 9pm the day before), and post it to the wordpress website.
2) Have static (configurable) HTML text information to append to the RSS feed, based on th…