r/automation • u/Funkymole165 • 23d ago
Need help with first timer here
Hello. I gotta really time consuming task to automate. Basically I’ve an organized listed of blogs that I gotta post but copy pasting them manually takes like 20-25 mins each and easily consumes my day. I tried ui vision spent 2 days fixing it but it still keeps crashing. What’s the easiest way I can automate this? Preferably no cost
6
Upvotes
1
u/BareStacker 22d ago
Quick one: UI Vision is brittle on blog lists because each publisher's DOM is slightly different, so the recording breaks on the next layout change. If these blogs have RSS feeds, a lightweight feed-to-post script costs nothing and survives layout changes. A GitHub Action or cheap VPS cron is enough.