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 2 months ago
JSON representation
A browser extension for twitter that lets you also post to lens
- Host: GitHub
- URL: https://github.com/stuntzii/Reroot
- Owner: stuntzii
- Created: 2022-05-24T00:36:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T15:45:56.000Z (over 2 years ago)
- Last Synced: 2024-08-03T16:09:42.314Z (5 months ago)
- Language: TypeScript
- Size: 292 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - Reroot - A browser extension for Twitter that lets you also post to Lens. (Projects / Open Source)
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.
2. Navigte to `chrome://extensions` in your browser and enable "Developer mode".
3. Click "Load unpacked" and select the unzipped `reroot` folder from step 1.
4. You should now see the reroot extension added and ready to use.
> **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`