Browse Source

Merge pull request #266 from ichoosetoaccept/main

Add an example about extracting wisdom from a Youtube video
pull/288/head
Daniel Miessler 8 months ago committed by GitHub
parent
commit
1de0422b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      README.md

8
README.md

@ -268,7 +268,13 @@ pbpaste | fabric --pattern summarize
pbpaste | fabric --stream --pattern analyze_claims
```
3. **new** All of the patterns have been added as aliases to your bash (or zsh) config file
3. Run the `extract_wisdom` Pattern with the `--stream` option to get immediate and streaming results from any Youtube video (much like in the original introduction video).
```bash
yt --transcript https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom
```
4. **new** All of the patterns have been added as aliases to your bash (or zsh) config file
```bash
pbpaste | analyze_claims --stream

Loading…
Cancel
Save