- Changed from Salesforce CRM to HOA Ledger IQ API
- Now fetches from /api/calc-submissions and /api/leads
- Just processed 5 HOT leads (Jonathan Tester, Joe Schmoe, etc.)
- Fixed NoneType error in API response handling
- JAE now actually processing your actual leads instead of empty CRM notes
JAE Status: OPERATIONAL AND PROCESSING REAL LEADS! 🎯
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
- Fetches latest 50 posts from r/HOA
- Scans for HOA-related discussions
- Filters for relevant opportunities
- Sends Telegram alert if matches found
- 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