Download recipes into a (repurposed Zettelkasten) recipe box.
Go to file
Sayantan Santra f4f23cb527
fix: Removed some unused variables
2024-02-29 10:00:08 -06: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
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: Removed some unused variables 2024-02-29 10:00:08 -06:00
requirements.txt Add contributor: SinTan1729, update recipe sites list. 2023-07-01 11:51:29 +02:00
setup.py Bump version for latest build. 2020-06-28 11:07:21 +02:00

README.md

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.