Naisho is a free and open-source tool for sending personal information data deletion request emails to data brokers via SMTP.
- Clone the repo.
- Install the Ruby version in
.ruby-version.
- Install SQLite3.
- Run
bin/setup to install Ruby dependencies and set up the database.
- Run
bin/rails runner "Company.sync_all" to pull the latest data broker companies from sources.
- Run
bin/rails server to start the Rails server.