recipe-box-for-wikijs/README.md

23 lines
533 B
Markdown
Raw Permalink Normal View History

2020-06-26 20:11:30 -05:00
# Recipe Box
2023-07-05 03:59:47 -05:00
This is a fork of [lcordier/recipe_box](https://github.com/lcordier/recipe_box) modified to
directly output files suitable for my Wiki.js instance.
2020-06-27 07:14:27 -05:00
2023-07-06 01:43:49 -05:00
## Installation
```bash
pipx install git+https://github.com/SinTan1729/recipe-box-for-wikijs
```
## Usage
```bash
recipe_box [options] <list-of-links>
```
Available options:
```bash
-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.