https://github.com/chadnpc/youtubestt
Analyse YouTube video transcripts
https://github.com/chadnpc/youtubestt
Last synced: over 1 year ago
JSON representation
Analyse YouTube video transcripts
- Host: GitHub
- URL: https://github.com/chadnpc/youtubestt
- Owner: chadnpc
- License: wtfpl
- Created: 2025-01-21T10:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:00:03.000Z (over 1 year ago)
- Last Synced: 2025-02-10T01:31:41.513Z (over 1 year ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/YouTubeSTT
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [YouTubeSTT](https://www.powershellgallery.com/packages/YouTubeSTT)
A PowerShell module designed to help you transcribe and extract meaningful data
from YouTube videos directly in your terminal.
## Features
- Transcribe YouTube videos quickly.
- Extract timestamps, key insights, notable quotes, and more.
- Fully customizable output options.
## Installation
To install the YouTubeSTT module, run:
```powershell
Install-Module YouTubeSTT
```
## Getting Started
After installation, import the module into your PowerShell session:
```powershell
Import-Module YouTubeSTT
```
### Usage
```powershell
# Transcribe a YouTube video and save the transcript to a file
Get-YouTubeTranscript -Url "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -OutputFile "transcript.txt"
# Extract key insights from a video
Get-YouTubeInsights -Url "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
```
## Contributing
Contributions are welcome!
## License
This project is licensed under the [WTFPL License](LICENSE).