Files
HOALedgerIQ_Website/agents/reddit-scout
olsch01 674c2c3925 fix: Disable duplicate notifications from tier1-scorer and JAE
- Set --no-deliver on tier1-scorer-30min cron job
- Set --no-deliver on jae-v4-every-3h cron job
- These jobs process data continuously - no need to notify every run
- Will only notify when new leads detected (handled by sales-lead monitor)
- Eliminates duplicate/unnecessary messages
2026-04-08 18:13:44 -04:00
..

Reddit Scout Agent

Monitors r/HOA for relevant discussions and sends Telegram alerts.

Status

⚠️ Last Run: March 20, 2026 (12 days ago)
⚠️ Issue: Cron job missing - needs manual restart

To Restore

Run this command to reinstall the cron job:

bash /Users/claw/.openclaw/workspace/agents/install-all-crons.sh

Or manually add to crontab:

crontab -e

Add this line:

0 8,15 * * * /Users/claw/.openclaw/workspace/agents/reddit-scout/cron.sh

Schedule

  • 8:00 AM - Daily scan
  • 3:00 PM - Daily scan

What It Does

  1. Fetches latest 50 posts from r/HOA
  2. Scans for HOA-related discussions
  3. Filters for relevant opportunities
  4. Sends Telegram alert if matches found
  5. Logs activity to logs/scout-YYYYMMDD.log

Last Known State

  • Total Scanned: 400 posts
  • Total Matches: 12 relevant posts
  • Last Match: March 20 - 1 post found

Testing

Run manually:

cd /Users/claw/.openclaw/workspace/agents/reddit-scout
python3 scout.py

Check logs:

tail -20 logs/scout-*.log