I have a set of XML files with an article of content (title, subtitles, content). I have a Yahoo Pipe that finds an XML article on a specific date and turns it into an RSS feed. This feed is read by IFTTT to publish an article today on my Wordpress blog.
Now Yahoo Pipes is about to go down in September, and I'm having trouble! What service can I use to extract content from XML and transfer it to IFTTT, so it can be published on my blog. As far as I understand, IFTTT uses only RSS to enter these kinds of things.
I tried pipe2py to turn Pipe into Python code (if that works at all), but I can't get pipe2py working, not on GAE (since I need an online service), and not on my Windows PC.
I also have experience with YQL, but this is only XML output, no RSS, so it is useless here.
So far, I can only think:
Deploy your own application in GAE / Python that reads XML and turns it into RSS (cumbersome)
Manually post all the articles on my appointed date blog (three months of daily articles to go is even more cumbersome)
Any ideas?
source share