✨ use tandoor json, directly from the api
This commit is contained in:
parent
f89a9683e0
commit
b2ab88b216
80 changed files with 20922 additions and 1996 deletions
13
do-it.sh
Executable file
13
do-it.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
rm -rf out/
|
||||
|
||||
python 0_get_recipes.py
|
||||
python 1_clean_json.py
|
||||
python 2_to_markdown.py
|
||||
python 3_to_mediawiki.py
|
||||
|
||||
if [[ "$1" = "post" ]]; then
|
||||
python 4_post_to_wiki.py
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue