Skip to content

Instantly share code, notes, and snippets.

View thoukydides's full-sized avatar

Alexander Thoukydides thoukydides

View GitHub Profile
@thoukydides
thoukydides / SCDC Bin Collections Widget.js
Last active October 31, 2023 20:00
An iOS Scriptable widget to display South Cambridgeshire bin collection dates
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: green; icon-glyph: trash-alt;
// South Cambridgeshire bin collection widget from iOS Scriptable
// Copyright © 2020 Alexander Thoukydides
'use strict';
// South Cambridgeshire District Council API configuration
// (reverse engineered from https://www.scambs.gov.uk/Scripts/bin-calendar.js)
@thoukydides
thoukydides / skybell-sniff
Last active June 30, 2021 21:15
Low-latency button press and motion events for homebridge-skybell
# /etc/default/skybell-sniff
# Copyright © 2017 Alexander Thoukydides
# SkyBell HD doorbell hostname (or IP address) and name
SKYBELL_HOST=skybell
SKYBELL_NAME='Doorbell'
# Configuration for homebridge-skybell webhooks
HOMEBRIDGE_SKYBELL_PORT=47569
HOMEBRIDGE_SKYBELL_SECRET='My webhooks secret'