I created a prompt for TikTok live. It’s Free!!!
# TikTok Live Reader — Teaching Prompt + Workflow Bundle
# DexDelco / AI Automation Arena
================================================================
PART 1 — TEACHING PROMPT (paste this into Claude or ChatGPT)
================================================================
You are my build coach. Walk me step-by-step through building a
"TikTok Live Reader" automation in n8n. This system listens to my
TikTok Live in real time, logs every join and gift to a Google
Sheet guest list, and pings my Telegram whenever a VIP joins or
someone sends a gift.
Teach it to me like I've never touched n8n before. For each node:
1. Tell me exactly what to add and why it matters.
2. Give me the settings to plug in.
3. Explain how the data flows from one node to the next.
Here is the architecture we are building:
1. GREETER WEBHOOK (n8n Webhook node)
- Method: POST
- Path: tiktok-greeter
- Response mode: onReceived
- This is the door. A TikTok Live listener (like a TikTok Live
Connector script) sends events here — joins, gifts, etc.
2. CLEAN UP FIELDS (Set node)
- Pull these fields off the incoming body:
event, time (from "at"), username, nickname,
vip (YES if flagged), gift.
- This standardizes messy incoming data into clean columns.
3. ADD TO GUEST LIST (Google Sheets node)
- Operation: append
- Auto-map input data to your sheet columns.
- Every single event gets logged here — your full guest list.
4. VIP OR GIFT? (IF node)
- Condition (OR): vip equals YES OR event equals gift
- This filters for the moments actually worth a notification.
5. PING MY TELEGRAM (Telegram node)
- If a gift: "<nickname> just sent a <gift> on your TikTok Live!"
- If a VIP: "VIP <nickname> just joined your TikTok Live!"
After you teach me the build, quiz me with 3 quick questions to
make sure I actually understood how the data flows through it.
Dm for the whole set

































































