Giter Club home page Giter Club logo

computervision_banquepostale_accountstatement's Introduction

Project Title

Computer Vision | BanquePostale_AccountStatement

Project Description

This process automatically downloads the most recent bank account statement from https://www.labanquepostale.fr/. It auto connects with the user/password of the bank's customer. The statment is downloaded as a PDF file to a custom directory (local or server). This process could be scheduled every month and executed as a server script.

This script is for experiment only!

Getting Started

Example of virtual keyboard from https://www.labanquepostale.fr/:

This Python script uses OpenCV library to detect which buttons have to be clicked on the virtual keyboard according to user's password

This script can be run in foreground (param_HEADLESS_PROCESS = 'False') or in background on a server (param_HEADLESS_PROCESS = 'True')

Input JSON file

All the input parameters (bank account number, password...) are extracted from a JSON file "BanquePostale_Account.json" that must be set in the directory the script is run

1- param_NumeroDeCompte: Bank account 11 char (eg '123456789X0')
2- param_ID: id to connect to bank internet site, 6 digits
3- param_PWD: password to connect to bank internet site, 6 digits
4- param_DownloadFolder: local download folder where the pdf bank account statements are downloaded
5- param_HEADLESS_PROCESS: 'True' when we want the script to run a firefox instance in a background else 'False' for the foreground process

Output PDF file

When the script completes successfully, the bank account statement file format PDF is downloaded to the specified directory (local machine or remote server)

Authors

https://github.com/jeanmarcc

computervision_banquepostale_accountstatement's People

Stargazers

 avatar

Watchers

 avatar

Forkers

geocali

computervision_banquepostale_accountstatement's Issues

Reference images

Hello

Could you upload your reference images ?
They are not the same in visual and in headless mode, as I can see from the following code ?

    # load Reference image for the current password digit
    if (param_HEADLESS_PROCESS == "True"):
        referenceDIR = 'REF_HEADLESS'
    else:
        referenceDIR = 'REF_LIVE_MODE'

    referenceImage = 'img/'+referenceDIR+'/'+listPWD[element]+'_REF.png'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.