puppeteer-email-cli

0.1.0 • Public • Published

puppeteer-email-cli

CLI for email automation driven by headless chrome.

NPM Build Status JavaScript Style Guide

Install

npm install --save puppeteer-email-cli

Usage

  Usage: puppeteer-email [options] [command]
 
  Options:
 
    -V, --version              output the version number
    -u, --username <username>  email account username
    -p, --password <password>  email account password
    -e, --email <email>        email account address (overrides username and provider)
    -P, --provider <provider>  email provider (default: outlook)
    -H, --no-headless          (puppeteer) disable headless mode
    -s, --slow-mo <timeout>    (puppeteer) slows down operations by the given ms (default: 0)
    -h, --help                 output usage information
 
  Commands:
 
    signup [options]
    signin
    get-emails [options]

Related

License

MIT © Travis Fischer

Readme

Keywords

Package Sidebar

Install

npm i puppeteer-email-cli

Weekly Downloads

8

Version

0.1.0

License

MIT

Unpacked Size

8.92 kB

Total Files

9

Last publish

Collaborators

  • fisch0920