← 返回
效率工具 Key 中文

WebUntis

Read-only access to Untis/WebUntis student timetables. Use when you need to fetch or summarize a student's current schedule (today/this week/date range), upcoming lessons, rooms, teachers, or substitutions from a WebUntis instance.
只读访问 Untis/WebUntis 学生课表。用于获取或汇总学生的当日/本周/指定日期范围的课程安排、即将课程、教室、教师或调代课信息。
finnbusse
效率工具 clawhub v1.0.1 1 版本 99915.7 Key: 需要
★ 2
Stars
📥 1,145
下载
💾 34
安装
1
版本
#latest

概述

WebUntis (Untis) timetable

Use the bundled script to log in and fetch the timetable via JSON-RPC.

Security / credentials

  • Do not ask the user to paste passwords into chat.
  • Prefer a dedicated read-only student account if the school allows it.
  • Credentials must be provided via environment variables (or injected securely by the operator).

Single profile:

  • WEBUNTIS_BASE_URL (e.g. https://xyz.webuntis.com)
  • WEBUNTIS_SCHOOL (school name / key used by WebUntis)
  • WEBUNTIS_USER
  • WEBUNTIS_PASS
  • Optional: WEBUNTIS_ELEMENT_TYPE (default 5 = student)
  • Optional: WEBUNTIS_ELEMENT_ID (if auto-detect fails)

Multiple profiles (parallel):

  • Set WEBUNTIS_PROFILE= or pass --profile
  • Provide env vars prefixed by the profile name, e.g. for profile cdg:
  • WEBUNTIS_CDG_BASE_URL
  • WEBUNTIS_CDG_SCHOOL
  • WEBUNTIS_CDG_USER
  • WEBUNTIS_CDG_PASS
  • optional: WEBUNTIS_CDG_ELEMENT_TYPE, WEBUNTIS_CDG_ELEMENT_ID

Quick commands (exec)

Today:

cd skills/webuntis/scripts
./webuntis.py today

# or pick a profile
./webuntis.py --profile cdg today

Range:

cd skills/webuntis/scripts
./webuntis.py range 2026-02-10 2026-02-14

Troubleshooting

If you get "Could not determine element-id":

1) Run once and capture the error.

2) Add WEBUNTIS_ELEMENT_ID= and retry.

If auth fails:

  • Verify WEBUNTIS_BASE_URL is correct for your school.
  • Verify WEBUNTIS_SCHOOL matches the school key used by WebUntis.

Output

The script prints one line per lesson/event:

YYYY-MM-DD HH:MM-HH:MM · · Raum · bei

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 02:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,829
developer-tools

Iserv

finnbusse
IServ学校平台HTTP客户端。登录IServ实例(如https://grabbe-dt.de),通过HTTP端点获取未读邮件数、日程、文件、任务、公告等常用学生数据,并提供尽力而为的文件操作与作业提交功能。
★ 0 📥 1,646
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,884