Skip to content

Instantly share code, notes, and snippets.

View sparcs360's full-sized avatar

Lee Newfeld sparcs360

  • Yorkshire, UK
View GitHub Profile
// Name: Active Directory User
// Description: Look up a User via security-token-generator in GPT
import "@johnlindquist/kit";
const gptDomain = await env("DOMAIN_GPT", {
initialChoices: ["gpt.aws-us-east-1.gpt.williamhill.plc"],
});
const gptRosiAuthKey = await env("ROSI_AUTH_KEY_GPT", {
initialChoices: ["DevKey2023"],
/*
## Open [https://egghead.io](https://egghead.io)
Watch Script Kit Tutorial videos. 👀
*/
// Name: Watch Script Kit Tutorials
// Description: Launch egghead.io
// Author: John Lindquist
// Twitter: @johnlindquist