Skip to content

Instantly share code, notes, and snippets.

View trpouh's full-sized avatar

Leon Kirschner trpouh

  • Vienna
  • 13:34 (UTC +02:00)
View GitHub Profile
@trpouh
trpouh / Course Certificate.json
Created February 3, 2026 08:29
Course Certificate n8n workflow
{
"name": "Course Certificate",
"nodes": [
{
"parameters": {
"formTitle": "New Course Submission",
"formFields": {
"values": [
{
"fieldLabel": "Participant",
@trpouh
trpouh / workflow.json
Created December 18, 2025 05:45
n8n Workflow - Zoom / Notion Sync
{
"name": "Zoom Transcripts",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "zoom-transcript-webhook",
"responseMode": "responseNode",
"options": {}
},
@trpouh
trpouh / gist:b999f8fd53cb93ad6a6bf91825d23069
Last active May 5, 2022 20:34
no-input and auto-connect bluetooth client
# since there seems to be no one to have found a solution for this problem, here is mine for a fully autonomous bluetooth slave
# accepting an incoming pairing request without user interaction
# file: start-client.sh
#!/bin/bash
bluetoothctl -- agent on
sleep 1
bluetoothctl -- power on
bluetoothctl -- system-alias "My Bluetooth Device"