Live data from Hacker News

Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

github.com

1–10 of 147 posts

Re: Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

#2
I got tired spam calls and text, so I built a script that automates the opt-out process across 500+ data brokers on a monthly schedule.

Where I need help: The heuristic approach misses a lot. Many of the generic sites have unique flows the four generic strategies don't catch. I'm looking for people who want to:

- Verify which generic sites are actually succeeding vs. silently failing - Add explicit broker definitions for high-value sites that are currently on the generic path - Test on non-macOS (launchd scheduling is macOS-only; cron fallback would help Linux/Windows users) - Handle email verification flows (script submits the form but can't click confirmation links in your inbox) Repo: https://github.com/stephenlthorn/auto-identity-remove No personal data in the repo — setup script prompts for your info locally and keeps it gitignored.

Re: Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

#4
I got tired of spammers having my information, so I built a tool that submits an up-to-date copy of my information to over 500 websites. Surely this will help.

Jokes aside, I unironically suspect the purpose of many opt-out forms is merely to record the up-to-date information.

Re: Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

#7

Nice ! Is it a command line tool ? What info does it need to operate ?

Its literally in the README front and center.

Requirements

macOS (uses launchd for scheduling and Messages for iMessage)

Node.js 18+

Playwright browsers installed

Re: Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

#8

I got tired of spammers having my information, so I built a tool that submits an up-to-date copy of my information to over 500 websites. Surely this will help. Jokes aside, I unironically suspect the purpose of many opt-out forms is merely to record the up-to-date information.

How many of the forms have captchas etc?

How many require you to make an account or confirm your email address/phone?

Re: Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

#10

I got tired of spammers having my information, so I built a tool that submits an up-to-date copy of my information to over 500 websites. Surely this will help. Jokes aside, I unironically suspect the purpose of many opt-out forms is merely to record the up-to-date information.

Agreed. Any time I click an “Unsubscribe” link in an email, that takes me to a site where I have to provide my email or indeed, do anything more than click “confirm,” I leave. I assume it either resets some kind of consent trigger or sells my data to a new third-party vendor. The assumption of bad faith is now baked into my interaction with almost every corporate entity.
Post reply on HN