Re: ID

Re: ID

? The first step to own your own data.


? Introduction

Automatically sync your posts on social medias to a crypto based RSS3 files that is completely controlled by YOU.

With Re:ID, the content create on social medias platforms will be no longer bonded with the platform itself, who lock up your data as their own treasure.

You will have your own copy which can be carried to any RSS3 compatible applications.

? Installation

The latest stable version can be grabbed from Release Page with re-id.zip file attached.

You can also migrate to Chrome Web Store for the published version. It might have some latency than the Release version because google need to review it before publish.

⚙ Development

  1. Build dev pack

    • yarn (recommended)

      yarn
      yarn dev
    • npm

      npm install
      npm run dev
  2. Open chrome://extensions/

  3. Open Developer mode in the top right corner

  4. Click Load unpacked in the top left corner

  5. Select path/Re-ID/dist

? Builds

Release builds

You can navigate to Release page for the release packs.

Test builds

You can navigate to Workflow Run page for the test artifacts. If they are expired, you can build your own pack.

Build by yourself

  • yarn (recommended)

    yarn build
  • npm

    npm run build

GitHub

View Github