https://github.com/chadnpc/youtubestt
Analyse YouTube video transcripts
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Repository
Analyse YouTube video transcripts
Basic Info
- Host: GitHub
- Owner: chadnpc
- License: wtfpl
- Language: PowerShell
- Default Branch: main
- Homepage: https://www.powershellgallery.com/packages/YouTubeSTT
- Size: 501 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
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.
Owner
- Name: alain
- Login: chadnpc
- Kind: user
- Website: https://linktr.ee/chadnpc
- Repositories: 82
- Profile: https://github.com/chadnpc
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- anc95/ChatGPT-CodeReview v1.0.12 composite
- Mattraks/delete-workflow-runs v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- youtube-transcript-api *