little scripts and things for parsing your nextcloud recipes for various data
Find a file
2026-01-21 12:08:08 +01:00
LICENSE Initial commit 2026-01-20 16:46:57 +00:00
most_common_recipe_site.py make all the URLs clickable by adding the protocol back 2026-01-20 17:52:03 +01:00
README.md update readme 2026-01-20 19:04:39 +01:00
what_should_i_eat.py fix the name of the what should I eat program in the help text 2026-01-21 12:08:08 +01:00

nextcloud-recipe-toolbox

Little scripts and things for parsing your nextcloud recipes for various data.

Right now, they all assume you have your Nextcloud recipes folder synced locally (but the directory is configurable). Eventually I'll use the API, if there is one.

most common recipe thingy

prints your most commonly used recipe websites and a count of how many times.

python ./most_common_recipe_site.py --help

what should I eat?

print a random recipe to make given a category

python ./what_should_i_eat.py --help