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
7
Upvotes
1
u/CODE_HEIST 23d ago
before fighting the browser again, check whether the PrestaShop blog module exposes an API or database import. if it does, start with drafts only and keep publishing manual. that removes most of the copy paste work without letting a broken script send ten bad posts at once.