┌─┐┌┐┌┌─┐┌─┐┌─┐┬ ┬
└─┐││││ ││ │├─┘└┬┘
└─┘┘└┘└─┘└─┘┴ ┴
Find High-Intent Conversations With AI
Snoopy monitors online conversations for high-intent signals that match your business goals.
Define what you care about in plain language, let Snoopy create a monitoring job, and continuously scan and qualify conversations so you can focus on response and outreach.
Install
npm install -g @telepat/snoopy
Requirements: Node.js 20+, npm 10+
Quick Start
- Create your first monitoring job:
snoopy job add
- List jobs:
snoopy jobs list
- Run one job immediately (limit to 5 new items while testing):
snoopy job run --limit 5
snoopy job run <jobRef> --limit 5
If <jobRef> is omitted for job run, job enable, job disable, job delete, start, stop, or errors, Snoopy shows your jobs and prompts you to choose one.
- View run history:
snoopy job runs <jobRef>
- View analytics:
snoopy analytics
snoopy analytics <jobRef> --days 7
- Export qualified results:
snoopy export
snoopy export <jobRef> --json --last-run
- Start the background daemon:
snoopy daemon start
Most Used Commands
job addjob listjob run [jobRef] --limit <N>job runs [jobRef]export [jobRef] --csv|--json [--last-run]start [jobRef]/stop [jobRef]delete [jobRef]daemon start|stop|statusstartup statusdoctor
Full Documentation
- Getting Started Overview
- Installation
- Quick Start
- Guides
- CLI Reference
- Database Schema
- Security and Secret Storage
- E2E Smoke Testing Guide
- Contributing
Deploy to GitHub Pages:
GITHUB_OWNER=cozymantis GITHUB_REPO=snoopy npm run docs:deploy