nshki / naisho

Send personal data deletion request emails to hundreds of data brokers at once.
https://naisho.app
MIT License
17 stars 0 forks source link
data privacy rails

Naisho

Naisho is a free and open-source tool for sending personal information data deletion request emails to data brokers via SMTP.

Stack

Local setup (native)

  1. Clone the repo.
  2. Install Ruby v3.3.2.
  3. Install SQLite3.
  4. Run bin/setup to install Ruby dependencies and set up the database.
  5. Run bin/rake sync_companies to pull the latest data broker companies from sources.
  6. Run bin/rails server to start the Rails server.