BNP Original Reporter Client

Abstract

BNPorc is a python module to login on the BNP Paribas website to fetch some
information, like account list, etc.

There is also a program to run some commands.

Download

For now, there isn't any release, so you have to download the sources from git repository:

$ git clone http://git.symlink.me/pub/romain/bnporc.git

Installation

Currently there is nothing to do, just run program.

Usage

$ ./bnporc.py --login <login> [--password <password>] <command>
  • login <login> This is the account ID
  • password <password> This is the numeric code (6 digits)

Commands

Here is a list of every commands you can run with the 'bnporc.py' program:

  • list — List every available accounts
  • coming id — List every coming operations on a specific account

Also available in: HTML TXT