GitXplorerGitXplorer
l

aeon

public
140 stars
15 forks
21 issues

Commits

List of commits on branch master.
Verified
53ac8fb259bebce08f4ab1eef19973ee7a8a0fe4

chore: release v0.2.22

lleinelissen committed 2 years ago
Verified
6827a35d226f3dc6e017a243efa90baa0c1651c8

fix: disable faulty windows test-suite

lleinelissen committed 2 years ago
Verified
914d6f16f705eee32873d98ed00211ddd694540b

chore(deps): update all non-major dependencies (#364)

rrenovate[bot] committed 2 years ago
Verified
c37bda6ce55f0b9e864b9137d17f9366f2c39e4c

chore: release v0.2.22

lleinelissen committed 2 years ago
Verified
b35dbcf8d0a5e610409c99397a681a1b2edc40f3

chore(deps): update all non-major dependencies (#345)

rrenovate[bot] committed 2 years ago
Verified
47e61dd4099444685423e250ec85bfd1f4b627dc

fix: All providers (#362)

lleinelissen committed 2 years ago

README

The README file for this repository.

Aeon

📡 Scan the internet for your personal information and modify or remove it


License GitHub package.json version Documentation


What is Aeon?

📡  Ever wondered what personal information is scattered around the internet? Aeon scans popuplar platforms for your personal information and (almost) automatically retrieves it.

👀  Use Aeon to download, archive and visualise your personal information.

❌  Don't agree with the data Facebook (or another platform) knows about you? Generate a request for modification or deletion with the click of a button!



Installing Aeon

Aeon is available for Windows, macOS, apt and yum! Download the application here and follow the instructions on the download page.

Download Aeon

Not sure how to start using Aeon? Follow the Getting Started guide for detailed instructions.

How does it work?

All companies worldwide are required to offer you access to all data they retain about you. But most of the time, this process is hard, convoluted, slow or all three at once! Aeon has rules for each platform that make requesting your personal information just a couple of clicks!

The resulting data is downloaded on your local computer for safekeeping. Often, data is formatted in machine-readable formats such as JSON and CSV. To make it easier to digest your personal information, Aeon visualises it for you.

Companies are not only required to grant access, they must respect your wishes too. This means you can require them to delete or modify the personal information they have. Aeon contains a generator for data subject rights emails, that help you take control of your personal data.

Supported Platforms

Aeon currently has native support for the following platforms:

  • Facebook
  • Instagram
  • LinkedIn
  • Spotify
  • ...more coming soon

Want to see a particular platform added? Create a GitHub issue with the name of the particular provider.

Want to help out with adding new platforms? Providers are easily defined with a Provider config. Check out the documentation on Providers to find out how they work. You can always create a Pull Request

Contributing

Aeon is being developed out in the open. Have an idea for a feature or a suggestion for a new provider? Create a GitHub issue and tag me (@leinelissen) if you need any help.

Documentation

Read the documentation

Using Aeon

You can find the latest build of Aeon over at the releases page. There's builds for Windows, macOS and Linux.

If you're feeling more adventurous, clone the repository and compile your own nightly build. The only dependency is NodeJS. Prepare the codebase and start a development build by running the following commands:

npm install
npm start

The Technical Stuff

Aeon is an Electron-based app, a mature platform for building JavaScript applications on the desktop. It is backed by a locally encrypted Git repository, made available through use of the excellent nodegit package.

A custom and modular back-end allows for tracking and retrieving data from multiple sources. This is done through retrieval from an API, asynchronous data requests or a combination of both. Parser logic then allows for extracting common data types from the resulting JSON or CSV.