Skip to main content

youtube-wpm is a CLI tool to get a YouTube video's words per minute (WPM).

Project description

youtube-wpm

Summary

youtube-wpm is a CLI tool to get a YouTube video's words per minute (WPM).

PyPI version Python Version CI CodeQL

Installation

pip install youtube-wpm

Usage

$ youtube-wpm https://youtu.be/QpBTM0GO6xI
- Title: [Google I/O '23 in under 10 minutes](http://youtube.com/watch?v=QpBTM0GO6xI)
- Channel: [Google](https://www.youtube.com/channel/UCK8sQmJBp8GCxrOtXWBpyEA)
- Time: 9m 39s
- WPM: 179.3
- Auto Gen Transcript: False

Fetch multiple YouTube videos' information as a Markdown table:

$ youtube-wpm --format=md-table QpBTM0GO6xI qSkB8-zL3Mo

Output:

Title Channel Time WPM Auto Gen Transcript
Google I/O '23 in under 10 minutes Google 9m 39s 179.3 False
Google Cloud | Google I/O 2023 Google 9m 27s 169.4 False

Command help

usage: youtube-wpm [-h] [-V] [-v] [--language LANGUAGE] [--initial-wpm INITIAL_WPM] [--format {markdown,md-table}] [--length-format {short,long}] [--debug | --quiet] VIDEO_ID [VIDEO_ID ...]

A CLI tool to get a YouTube video's words per minute (WPM).

positional arguments:
  VIDEO_ID              YouTube video IDs

options:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -v, --verbose
  --language LANGUAGE   language code of the transcript (default: en)
  --initial-wpm INITIAL_WPM
                        initial approximate words per minute (default: 180)
  --debug               for debug print (default: LogLevel.INFO)
  --quiet               suppress execution log messages (default: LogLevel.INFO)

Output Format:
  --format {markdown,md-table}
                        output format (default: markdown)
  --length-format {short,long}
                        output format of the video length (default: short)

Issue tracker: https://github.com/thombashi/youtube-wpm/issues

Dependencies

  • Python 3.8+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtube-wpm-0.1.0.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

youtube_wpm-0.1.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page