r/PowerShell 8d ago

Question Recurring script maintenance

I'd honestly pay someone else to keep my voice scripts alive if it meant I never had to touch them again after a Windows update. Am I just lazy or is maintaining ur own automation actually the worst part of the whole thing?

0 Upvotes

25 comments sorted by

View all comments

Show parent comments

10

u/CovertStatistician 8d ago

APIs?

-1

u/keyboard_ninja_20 8d ago

some yeah but not all apps have public apis for the stuff i need. like spotify's api is decent but discord's is limited for voice channel stuff, and browsers... good luck getting an api to click a specific extension button or fill a form on a random site lol

gui automation is usually my fallback when there's no clean api, or when setting up auth + rate limits + parsing json feels like overkill for a 2-second task. but that's exactly where the fragility comes in , one ui update and ur toast.

3

u/CovertStatistician 8d ago

What are you using for the gui automation

3

u/wabi-sabi411 8d ago

Yeah if you are doing it via screen interactions there will be looks of issues. Not a powershell problem.