1.0.2 • Published 2 years ago

request-accept-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

request-accept-cli

CLI for accepting LinkedIn connection requests driven by headless chrome.

Install

npm install -g request-accept-cli

Usage

    Usage: lin [options] [command]

    Options:
        -h, --help      display help for command

    Commands:
        credentials     Allow to set login credentials
        list            List all connection requests
        toggle-mode     Toggles between headless and non-headless mode
        help [command]  display help for command

Features

  • List all new connection requests from people.
  • For each person there are 2 options- "Accept" and "Open profile".
  • Can accept all requests in one go.
  • Toggle between headless and non-headless mode to see automation in action.
  • Login credentials will be saved into a default config file so no need to type username and password again.

Tech used

node.js, puppeteer, conf, commander, inquirer

License

MIT © Kunal Gupta