Skip to main content
┌─┐┌┐┌┌─┐┌─┐┌─┐┬ ┬
└─┐││││ ││ │├─┘└┬┘
└─┘┘└┘└─┘└─┘┴ ┴

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

  1. Create your first monitoring job:
snoopy job add
  1. List jobs:
snoopy jobs list
  1. 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.

  1. View run history:
snoopy job runs <jobRef>
  1. View analytics:
snoopy analytics
snoopy analytics <jobRef> --days 7
  1. Export qualified results:
snoopy export
snoopy export <jobRef> --json --last-run
  1. Start the background daemon:
snoopy daemon start

Most Used Commands

  • job add
  • job list
  • job run [jobRef] --limit <N>
  • job runs [jobRef]
  • export [jobRef] --csv|--json [--last-run]
  • start [jobRef] / stop [jobRef]
  • delete [jobRef]
  • daemon start|stop|status
  • startup status
  • doctor

Full Documentation

Deploy to GitHub Pages:

GITHUB_OWNER=cozymantis GITHUB_REPO=snoopy npm run docs:deploy