Download recipes into a (repurposed Zettelkasten) recipe box.
Find a file
2025-03-20 03:46:36 -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
main.py build: Switch to better build methods 2025-03-20 03:46:36 -05:00
pyproject.toml build: Switch to better build methods 2025-03-20 03:46:36 -05:00
README.md docs: Updated README 2023-07-06 01:43:49 -05:00
recipe_box.json Implement recipe_box. 2020-06-27 02:36:31 +02:00
recipe_box.py fix: Ensure existence of directory 2025-03-05 23:33:14 -06:00
setup.py Bump version for latest build. 2020-06-28 11:07:21 +02:00
uv.lock build: Switch to better build methods 2025-03-20 03:46:36 -05:00

Recipe Box

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

Installation

pipx 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.