Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nshki/naisho
Send personal data deletion request emails to hundreds of data brokers at once.
https://github.com/nshki/naisho
data privacy rails
Last synced: 5 days ago
JSON representation
Send personal data deletion request emails to hundreds of data brokers at once.
- Host: GitHub
- URL: https://github.com/nshki/naisho
- Owner: nshki
- License: mit
- Created: 2024-06-10T04:52:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T05:01:49.000Z (about 1 month ago)
- Last Synced: 2025-01-29T08:41:39.255Z (16 days ago)
- Topics: data, privacy, rails
- Language: Ruby
- Homepage: https://naisho.app
- Size: 148 KB
- Stars: 23
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Naisho
Naisho is a free and open-source tool for sending personal information data deletion request emails to data brokers via SMTP.
## Stack
- [Ruby on Rails](https://rubyonrails.org/)
- [Hotwire](https://hotwired.dev/)
- [SQLite3](https://www.sqlite.org/index.html)
- [ViewComponent](https://viewcomponent.org/)## Local setup (native)
1. Clone the repo.
2. Install the [Ruby](https://www.ruby-lang.org/en/) version in `.ruby-version`.
3. Install [SQLite3](https://www.sqlite.org/index.html).
4. Run `bin/setup` to install Ruby dependencies and set up the database.
5. Run `bin/rails runner "Company.sync_all"` to pull the latest data broker companies from sources.
6. Run `bin/rails server` to start the Rails server.