Skip to content

extract_book_recommendations

by official

Data

You take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.

fabric imported
Based on fabric/patterns/extract_book_recommendations Author: Daniel Miessler License: MIT
# Extract Book Recommendations

You take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.

## Usage

```bash
cat input.txt | extract_book_recommendations
```

## Source

This tool was imported from [Fabric](https://github.com/danielmiessler/fabric) patterns.

- **Original pattern**: `extract_book_recommendations`
- **Author**: Daniel Miessler
- **License**: MIT

No reviews yet.

Issues

No issues reported for this tool.