NastuzziSamy / caisse-epargne-scraper

Download balance and latest transactions from Caisse d'Epargne's website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caisse-epargne-scraper Codacy Badge

Download balance and latest transactions from Caisse d'Epargne's website.

Getting Started

Prerequisites

To run this module, you will need to download the latest chrome driver here.

Usage

const caisseEpargne = require('caisse-epargne-scraper');

const result = await caisseEpargne.get({
  login:    'YOUR LOGIN',
  password: 'YOUR PASSWORD',
});

Built With

  • Selenium: browser automation library
  • Cheerio: jQuery implementation in Node.js

License

This project is licensed under the Apache 2.0 License

About

Download balance and latest transactions from Caisse d'Epargne's website.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%