use tandoor json, directly from the api

This commit is contained in:
neingeist 2025-06-06 22:18:53 +02:00
parent f89a9683e0
commit b2ab88b216
80 changed files with 20922 additions and 1996 deletions

13
do-it.sh Executable file
View 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