Automatically generate video summaries and submit them as comments on YouTube.
https://www.loom.com/share/0787a0cbc6d14d4aab4c6d84e4fbc1f3?sid=65740e57-f1e9-468c-9822-803339b6f373
The YouTube Auto Commenter Chrome Extension is designed to simplify the process of generating video summaries and posting them as comments on YouTube videos. It leverages [Your API/Library/Method] to fetch video information and generate concise summaries automatically.
- Automatically fetch video details.
- Generate a summary based on the video content.
- Post the summary as a comment on the YouTube video.
Follow these steps to install the extension:
-
Clone the repository:
git clone https://github.com/ArmaanSeth/Youtube-Summary-Extension.git
-
Open Chrome and go to
chrome://extensions/. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the extension folder.
-
The extension should now be installed and visible in your extensions list.
-
Open a YouTube video in your browser.
-
Click on the extension icon in the toolbar.
-
Scroll down to the comment section and press the button in extension.
-
The extension will fetch video details and generate a summary.
-
Review the summary and click "Submit Comment" to post it as a comment on the video.
If you'd like to contribute to the development of this extension, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- It is builkt around langchain and google Gemini-Pro model to generate the summary.
Happy summarizing and commenting!
Feel free to customize the content further based on your project's specific details.