semantic bufo search find-bufo.com
bufo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tune(bot): exclude "call for help" from matching

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

zzstoatzz b5069ad3 adceeb86

+1 -1
+1 -1
bot/src/config.zig
··· 19 19 .min_phrase_words = parseU32(getenv("MIN_PHRASE_WORDS"), 3), 20 20 .posting_enabled = parseBool(getenv("POSTING_ENABLED")), 21 21 .cooldown_minutes = parseU32(getenv("COOLDOWN_MINUTES"), 120), 22 - .exclude_patterns = getenv("EXCLUDE_PATTERNS") orelse "what-have-you-done,what-have-i-done,sad,crying,cant-take,knife,what-are-you-doing-with-that,\\brip\\b,fire,ventilator,carnage,riot,grenade,pitchfork,sobbing,breakdown,meltdown,panic,pleading,cry", 22 + .exclude_patterns = getenv("EXCLUDE_PATTERNS") orelse "what-have-you-done,what-have-i-done,sad,crying,cant-take,knife,what-are-you-doing-with-that,\\brip\\b,fire,ventilator,carnage,riot,grenade,pitchfork,sobbing,breakdown,meltdown,panic,pleading,cry,call-for-help", 23 23 .stats_port = parseU16(getenv("STATS_PORT"), 8080), 24 24 .backend_url = getenv("BACKEND_URL") orelse "https://find-bufo.com", 25 25 };