← 返回
未分类 中文

Cookidoo Thermomix

Interact with Cookidoo (Thermomix recipe platform) via the unofficial cookidoo-api. Search recipes, manage meal planning calendar, shopping lists, collection...
通过非官方的cookidoo-api与Cookidoo(Thermomix食谱平台)交互,搜索食谱、管理餐食计划日历、购物清单、收藏等
simonfunk
未分类 clawhub v1.0.0 1 版本 99310.3 Key: 无需
★ 0
Stars
📥 144
下载
💾 0
安装
1
版本
#latest

概述

Cookidoo Integration

Unofficial integration with the Cookidoo platform (Vorwerk/Thermomix) using the

cookidoo-api Python library.

Setup

No external dependencies — uses only Python stdlib (urllib, json). Works with Python 3.7+.

Environment variables (required)

COOKIDOO_EMAIL=user@example.com
COOKIDOO_PASSWORD=secret

Optional config

COOKIDOO_COUNTRY=ch        # Default: ch (Switzerland)
COOKIDOO_LANGUAGE=de-CH    # Default: de-CH

Supported countries/languages: run get_country_options() / get_language_options() from the library.

CLI Script

All operations via scripts/cookidoo.py:

python scripts/cookidoo.py <command> [args]

Commands

CommandDescription
------
loginTest credentials, show user info
user-infoGet account info
subscriptionCheck active subscription status
recipe Get recipe details (e.g. r59322)
calendar [date]Show meal plan for week (default: today)
calendar-add [...]Add recipe(s) to calendar (date: YYYY-MM-DD)
calendar-remove Remove recipe from calendar
shopping-listShow full shopping list (ingredients + additional items)
shopping-add [...]Add recipe ingredients to shopping list
shopping-remove [...]Remove recipe ingredients from shopping list
shopping-clearClear entire shopping list
additional-itemsList additional (manual) shopping items
additional-add [...]Add manual items to shopping list
additional-remove [...]Remove additional items by ID
collectionsList custom and managed collections
collection-add Create custom collection
collection-remove Delete custom collection

Recipe IDs

Recipe IDs look like r59322 or r907015. Find them on cookidoo.ch/de URLs or via the API.

Authentication

The API uses OAuth password grant (same as the Thermomix app). Tokens refresh automatically per session. No API key needed — just Cookidoo account credentials.

Limitations

  • No official API — based on reverse-engineering the Android app
  • Recipe search not directly exposed in the library (browse on cookidoo.ch and extract IDs)
  • Some features require an active Cookidoo Premium subscription (custom recipes, etc.)
  • Rate limiting: be gentle, avoid rapid bulk requests

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

PostHog

simonfunk
使用 PostHog REST API 交互。捕获事件、评估功能开关、用 HogQL 查询、管理用户、洞察、仪表板、实验…
★ 0 📥 1,417
content-creation

Coda.io

simonfunk
通过 Coda REST API v1 与 Coda.io 的文档、表格、行、页面和自动化交互,适用于需要读取、写入、更新或删除数据的场景。
★ 0 📥 1,314
developer-tools

Google Tag Manager

simonfunk
通过 GTM API v2 管理 Google Tag Manager 容器、标签、触发器、变量和版本。适用于用户需要列出、创建、更新、删除或…等操作。
★ 0 📥 1,129