Skip to content

Instantly share code, notes, and snippets.

View AnnaVi11arrea1's full-sized avatar
🦄

Anna Villarreal AnnaVi11arrea1

🦄
View GitHub Profile
@AnnaVi11arrea1
AnnaVi11arrea1 / art_of_the_people
Last active September 1, 2025 03:23
Grabbing random comments in n8n
// 1. Use manual trigger in n8n
// 2. Using a Brightdata node for Youtube comments, and another for TikTok comments.
// 3. Merge them into a string as below:
// Map over all input items and extract comment_text
let youtubeComments = $input.all().map(item => item.json.comment_text);
// Filter out comments that contain emojis or other non-text characters
// This regex keeps letters, numbers, common punctuation, and spaces
@AnnaVi11arrea1
AnnaVi11arrea1 / goVend_fspecs.md
Last active November 12, 2024 18:58
goVend functional specs

goVend

A management platform for businesses in the event world.


Pain Point

THE PAIN of finding and managing events. This B2B app streamlines the process.