So I just got a new job, writing for an economy blog. I think it's great, honestly, but something is really bothering me: the amount of repetitive labor is insane!
We usually have to post articles from partners and agencies we hired, and this is a task that should be automated, so I tried doing that. Nope. I don't have access to the CMS to automatically add everything from an RSS feed as a draft. Then I tried just e-mailing them to myself using IFTTT, but apparently a lot of websites nowadays just don't have an actual RSS feed file.
What is the best way to parse RSS posts into formatted HTML pages? I was thinking of setting up a local Node.js server and then using JSON and some GET client to do it, but it feels like someone already did that. Someone should have done, I think.
Also, it feels like IFTTT has not evolved too much. It still does the same basic things it did 4 years ago.
We usually have to post articles from partners and agencies we hired, and this is a task that should be automated, so I tried doing that. Nope. I don't have access to the CMS to automatically add everything from an RSS feed as a draft. Then I tried just e-mailing them to myself using IFTTT, but apparently a lot of websites nowadays just don't have an actual RSS feed file.
What is the best way to parse RSS posts into formatted HTML pages? I was thinking of setting up a local Node.js server and then using JSON and some GET client to do it, but it feels like someone already did that. Someone should have done, I think.
Also, it feels like IFTTT has not evolved too much. It still does the same basic things it did 4 years ago.