python - Scrape XML files into RSS feed as input for IFTTT -
i've got set of xml files article content (title, subtitle, content). i've got yahoo pipe finds article xml specific date , turns rss feed. feed read ifttt publish article today on wordpress blog.
now yahoo pipes going down in september, , i'm in trouble! service can use fetch content xml , feed ifttt, can published on blog. far see, ifttt takes rss input sort of things.
i've tried pipe2py turn pipe python code (if work @ all), can't pipe2py working, not on gae (as need online service) , not on windows pc either.
i'm experienced yql well, outputs xml, no rss, it's of no use here.
so far can think of:
implement on gae/python own app reads xml , turns rss (cumbersome)
manually publish articles on blog due date (three months of daily articles go - more cumbersome)
any ideas?
according ideas - should consider using wordpress core code fetch xml data.
create plugin load xml data using http api , call proper actions on blog (in case ifttt unnecessary publishing blog posts based on xml data).
the issue can have fact need access server cron - wp_cron default called during users visits - on website small traffic won't work can expect (it won't called need).
Comments
Post a Comment