Skip to content

Instantly share code, notes, and snippets.

View DeclanChidlow's full-sized avatar
🐑
On Tangled. https://tangled.org/vale.rocks

Declan Chidlow DeclanChidlow

🐑
On Tangled. https://tangled.org/vale.rocks
View GitHub Profile
@DeclanChidlow
DeclanChidlow / keytrace.json
Last active March 24, 2026 12:24
Verifies my GitHub account with Keytrace. https://keytrace.dev/vale.rocks
{
"did": "did:plc:7qg6mz2xtzozxkgbcvf4pdnu"
}
@DeclanChidlow
DeclanChidlow / sync-status.js
Created March 11, 2026 06:46
Script to fetch current status from imood and update Stoat and GitHub status.
const STOAT_TOKEN = process.env.STOAT_TOKEN;
const GITHUB_TOKEN = process.env.GITHUB_TOKEN;
const IMOOD_EMAIL = process.env.IMOOD_EMAIL;
const faceEmojiMap = {
0: ":smiley:",
1: ":frowning_face:",
2: ":rage:",
3: ":neutral_face:",
4: ":no_mouth:",