Skip to content

jfdelarosa/tweet-to-threads-extension

Repository files navigation

Tweets to threads Chrome Extension

Extension to automatically crosspost tweets to threads.

Developing

Prerequisites

Install

  1. Clone the repository
  2. Install dependencies
npm install

Getting Started

  1. Rename the .env.example to .envand configure your credentials
  2. Run the development server:
npm run dev

Build the extension

Run the following:

npm run build

Installing the extension

  1. Go to the extensions page:
  • chrome://extensions (Chrome, Brave or Opera)
  • edge://extensions (Edge)
  1. Enable Developer Mode.
  2. Drag the /build/chrome-mv3-dev folder or the /build/chrome-mv3-prod.zip file anywhere on the page to import it.