cooklang-import
A command-line tool to import recipes into Cooklang format.
Getting started
- Make sure you have the following prerequisites:
- Rust
- OpenAI API key set in your environment variables as
OPENAI_API_KEY
- Clone this repo locally
- Change directory into this repo root and run
cargo install --path .
Usage examples
See all available flags
Scrape a recipe from a webpage and output to screen
also supports --download-only flag to only download the recipe and not convert it to Cooklang