Skip to content

A chrome extension to summarize Youtube video with OpenAI API

License

Notifications You must be signed in to change notification settings

jackplus-xyz/robibo

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

A chrome extension for scraping Youtube video transcript and copying/summarizing it.


Introduction

I watch a lot Youtube videos everyday, especially reviews of food, technology and gadgets. Often, I just want to grasp the essence of the video without watching the whole thing. I also like to copy the transcript of the video to take notes. So I built Robibo to help me with that.

Features

Demo

Robibo is a extension that help to summarize and copy transcript from a Youtube video.

  • Copy transcript of a youtube video to clipboard
  • Summarize (and translate) transcript with OpenAI API

Built With

Plasmo Tailwind

Getting Started

This is a chrome extension built with Plasmo. It is not published on the Chrome Web Store yet, but you can run the extension in development mode by following these steps:

Prerequisites

You will need to have node.js installed on your machine. You can download it here.

Installation

  1. Clone this repo to your local machine:

    git clone https://github.com/jackplus-xyz/robibo.git
  2. Navigate to the project directory:

    cd robibo
  3. Install the dependencies:

    pnpm install
    # or
    npm install
  4. Then, run the development server:

    pnpm dev
    # or
    npm run dev
  5. Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.

For further guidance, visit the Plasmo Documentation

Usage

The extension will be loaded automatically when you open a Youtube video. It will add a floating menu on the bottom right corner of the page. If you don't see the menu, try refreshing the page. You can click the buttons to:

  • Toggle the floating menu
  • Summarize the transcript
  • Summarize and translate the transcript
  • Copy the transcript

Floating Menu

To use the summary feature, you will need to have an OpenAI API key. You can get one here. Then click the extension icon or open the options page to enter your API key. You can also change the language for translation. By default, the language is set to English.

Options Page

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Jack Huang - @jackplusxyz - [email protected]

Project Link: https://github.com/jackplus-xyz/robibo

About

A chrome extension to summarize Youtube video with OpenAI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published