https://github.com/mthli/better-youtube-summary-extension
Literally Better YouTube Summary 🎯
https://github.com/mthli/better-youtube-summary-extension
openai summary youtube
Last synced: 4 months ago
JSON representation
Literally Better YouTube Summary 🎯
- Host: GitHub
- URL: https://github.com/mthli/better-youtube-summary-extension
- Owner: mthli
- License: agpl-3.0
- Created: 2023-06-13T13:26:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:52:20.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:51:14.815Z (6 months ago)
- Topics: openai, summary, youtube
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/better-youtube-summary/gobfmldfaojjoanejhccieilnmglclba
- Size: 369 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# better-youtube-summary-extension
Literally Better YouTube Summary 🎯
[](https://www.youtube.com/watch?v=NyhrKImPSDQ "Better YouTube Summary Extension Showcase")
**This extension is no longer maintained,**
because OpenAI banned my account due to "accessing the API from an [unsupported location](https://platform.openai.com/docs/supported-countries)" 👎
The backend implementation can be found in [mthli/better-youtube-summary-server](https://github.com/mthli/better-youtube-summary-server).
If you want to deploy it yourself, please replace the `bys.mthli.com` with your own domain.
## Build
First install all dependencies:
```bash
# node version is v20.3.0, npm version is 9.6.7
npm i
```If build for development:
```bash
npm run clean # optional.
npm run watch
```If build for production:
```bash
npm run clean # optional.
npm run build
npm run build:firefox
```## License
```
better-youtube-summary-extension - Literally Better YouTube Summary.Copyright (C) 2023 Matthew Lee
Copyright (C) 2018 Tomofumi ChibaThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```