New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

britebox

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

britebox

  • 0.0.11
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

britebox is CLI tool for batch email verification via BriteVerify API

Installation

Type in terminal:

$ gem install britebox

Note: BriteVerify API key is required to use this gem

Usage

At this moment only "watch" mode is supported. In this mode cli tool will watch target directory for csv and txt files with email column inside (exact column, column separator etc will be autodetected)

There are number of different configuration options supported, to preview them all type

$ britebox watch --help

Example:

$ britebox watch --apikey api-key --dir /home/user/files

If you tired typing api key and other settings over and over again, use --save flag. Now all provided settings will be stored in ~/.britebox.json and will be loaded by default, just type britebox watch next time.

Example:

$ britebox watch --apikey api-key --dir /home/user/files --threads 5 --save
...
Ctrl-C
...
$ britebox watch

Web UI mode

Launch tool with key --webui to enable web interface.

$ britebox watch --apikey api-key --dir /home/user/files --webui
Britebox web interface up and running, open http://localhost:7000/ in browser to see it

Watching directory /home/user/files
Output directory is /home/user/filesverified
Press Ctrl-C to quit

screenshot

FAQs

Package last updated on 31 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc