Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/stuntzii/Reroot

A browser extension for twitter that lets you also post to lens
https://github.com/stuntzii/Reroot

Last synced: about 1 month ago
JSON representation

A browser extension for twitter that lets you also post to lens

Lists

README

        

# Reroot

Reroot is an extension for chromium based browsers that injects content when the user visits twitter.com, allowing them to post to lens protocol and twitter at the same time.

This project is an attempt to bootstrap the twitter userbase into the Lens ecosystem by making it convenient and comfortable to use for the average twitter user.

## How to install

1. Download the `reroot.zip` file in the latest release found [here](https://github.com/stuntzii/Reroot/releases) and unzip.
Screen Shot 2022-05-29 at 1 51 12 PM

2. Navigte to `chrome://extensions` in your browser and enable "Developer mode".
Screen Shot 2022-05-29 at 1 55 54 PM

3. Click "Load unpacked" and select the unzipped `reroot` folder from step 1.
Screen Shot 2022-05-29 at 1 56 29 PM

4. You should now see the reroot extension added and ready to use.
Screen Shot 2022-05-29 at 1 56 56 PM

> **Warning**
>
> Network detection can be buggy, before connecting to your wallet to the extension please make sure you are connected to either the `Polygon` or `Mumbai` networks.

## Development

1. Copy `.env.example` to `.env` and fill in the values with your api keys:

```sh
INFURA_ID=""
PINATA_API_KEY=""
PINATA_API_SECRET=""
```

4. Ensure you have Node installed and run the following to build the extension:

```sh
yarn
yarn build
```

4. Open your browser extensions manager and enable developer mode. Then `Load unpacked` and choose the `dist` folder within this repo.

5. Navigate to twitter.com and you should now see the Lens button beside `tweet`