Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ebank-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebank-cli

Extensible online banking command line interface

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Extensible online banking CLI tool

This CLI is extensible and allows you to interact with online banking sites in general. Check below for implemented services and examples.

Usage

Google Chrome 59 is needed to use headless mode. You can also download Chrome Canary and use it alongside your current Chrome stable version.

A global installation is preferred:

npm i -g

Now exec ebank --help for details on supported commands.

Create a .env file in the root folder (with proper permissions!) with the specific vars required for authentication. For example: ebank bbva would need the following vars:

BBVA_DNI=
BBVA_USER=
BBVA_PASSWORD=

Add specific credentials as needed by other commands.

Implemented services

You are welcome to submit a new online banking command utility :)

Nice to have features

  • REPL. Would allow you to interact with your home banking session.
  • Transfers
  • Payments
  • Download credit card extract
  • Visa Home

For developers

See API docs: https://chromedevtools.github.io/devtools-protocol/

Keywords

FAQs

Package last updated on 10 Jun 2017

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