0.0.1 • Published 6 years ago

puppeteer-instagram-cli v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

puppeteer-instagram-cli

CLI for Instagram automation driven by headless chrome.

NPM Build Status JavaScript Style Guide

This CLI also has a library.

Install

npm install -g puppeteer-instagram-cli

Usage

  Usage: instagram [options] [command]

  Options:

    -V, --version              output the version number
    -u, --username <username>  account username
    -e, --email <email>        account email
    -p, --password <password>  account password
    -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
    signout
    verify [options]

Related

License

MIT © Travis Fischer