Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 705 Bytes

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.