Skip to content

Instantly share code, notes, and snippets.

View CRJakob's full-sized avatar
🇺🇦

CR Jakob CRJakob

🇺🇦
View GitHub Profile
@CRJakob
CRJakob / untisWidgetScriptable.js
Created September 26, 2025 10:31 — forked from BetaHuhn/untisWidgetScriptable.js
iOS 14 WebUntis Widget using Scriptable App
// On first run uncomment lines below and replace the values
// Keychain.set("UNTIS_USERNAME", "username")
// Keychain.set("UNTIS_PASSWORD", "password")
// CHANGE THIS - Untis school name
const UNTIS_SCHOOL = "Zeppelin-GS-Konstanz"
// Untis Configuration
const UNTIS_BASEURL = "nete.webuntis.com"
const UNTIS_USERNAME = Keychain.get("UNTIS_USERNAME")