Download recipes into a (repurposed Zettelkasten) recipe box.
Find a file
2025-03-21 14:22:49 -05:00
.gitignore build: Added .venv to ignore 2023-07-05 18:19:30 -05:00
LICENSE Initial commit 2020-06-27 02:27:54 +02:00
pyproject.toml fix: Project file and README 2025-03-21 14:22:49 -05:00
README.md fix: Project file and README 2025-03-21 14:22:49 -05:00
recipe_box.py fix: Ensure existence of directory 2025-03-05 23:33:14 -06:00
uv.lock fix: Build issues 2025-03-21 13:38:00 -05:00

Recipe Box

This is a fork of lcordier/recipe_box modified to directly output files suitable for my Wiki.js instance.

Installation

uv tool install git+https://github.com/SinTan1729/recipe-box-for-wikijs

Usage

recipe_box [options] <list-of-links>

Available options:

-l : List all available sites
-w : Enable wild mode. This tries to scrape from unsupported sites.
-v : More verbose output.

For more information, please take a look at the upstream.