Ko-fi Integration: Webhook-System & Alert-Overlay #61
Labels
No labels
agent:done
agent:ready
agent:working
area:analytics
area:chatbot
area:community
area:content
area:hardware
area:health
area:media
area:monetization
area:overlays
area:productivity
area:streaming
bug
duplicate
effort:large
effort:medium
effort:small
enhancement
good-first-issue
help wanted
invalid
priority:backlog
priority:critical
priority:high
priority:low
priority:medium
question
quick-win
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
frank/streamertool#61
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kontext
Streamer nutzen Ko-fi (kofi.com) als primäre Plattform für Donations, Memberships und Shop-Verkäufe – direkt neben dem Stream. Ko-fi bietet ein Webhook-System (keine REST-Lese-API), das Zahlungsereignisse per POST an einen konfigurierbaren Endpunkt sendet.
Ko-fi Webhook: Form-encoded POST mit
data-Feld (JSON). Verifizierung viaverification_token. Events kommen von Ko-fi → unser System.Mögliche Payload-Typen:
Donation/Tip— Einmalige Spende (type: "Donation")Subscription— Monatliche Mitgliedschaft (is_subscription_payment: true)Commission— Auftragszahlung (type: "Commission")Shop Order— Shop-Bestellung (type: "Shop Order")Wichtige Payload-Felder:
from_nametypeamountcurrencymessageis_publicis_subscription_paymentis_first_subscription_paymenttier_nameshop_itemsemailkofi_transaction_idZiel
Ein Ko-fi Webhook Server & Alert Overlay System für streamertool:
1. Webhook-Empfänger
verification_tokendata-Payloads2. Alert-Overlay (OBS Browser Source)
is_publicFlag (Private = "Anonymer Unterstützer")3. TTS-Unterstützung
4. Dashboard-Konfiguration
5. Daten-Persistenz
Technische Leitplanken
actix-weboderaxum) oder separater Sidecarsettings.jsonunterintegrations.kofiAkzeptanz
Verwandte Issues