1.0.1 • Published 5 months ago

snusbase-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Snusbase CLI

A command-line interface for Snusbase API searches.

Installation

npm install -g snusbase-cli

Usage

snusbase <query> -t <type> -k <api_key> [-e <export_file>]

Arguments

  • query: The search term to query in Snusbase

Required Options

  • -t, --type <type>: The type of search to perform
  • -k, --key <key>: Your Snusbase API key

Optional Options

  • -e, --export <file>: Export results to a JSON file
  • -V, --version: Output version number
  • -h, --help: Display help information

Examples

# Basic search
snusbase example@email.com -t email -k YOUR_API_KEY

# Export results to file
snusbase example@email.com -t email -k YOUR_API_KEY -e results.json

License

MIT License

1.0.1

5 months ago

1.0.0

5 months ago