Skip to content

zdimension/cozy-edenred-connector

 
 

Repository files navigation

Cozy Edenred Konnector

What's Cozy?

Cozy Logo

Cozy is a personal data platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

What is this konnector about ?

This konnector retrieves your banking data (cards and operations) from your Edenred account.

It must be ran locally, using yarn dev and a JSON file as specified below. This is due to Edenred not providing a proper way to access its systems through its API.

Edenred's ToS forbid the use of automated tools to access their services. Use this konnector at your own risk.

Run and test

Create a konnector-dev-config.json file at the root with your test credentials :

{
  "COZY_URL": "http:https://cozy.tools:8080",
  "fields": {"login":"[email protected]", "password":"123456"}
}

Then :

yarn
yarn standalone

For running the konnector connected to a Cozy server and more details see konnectors tutorial

If everything works, you can run yarn dev.

"text is not iterable"

No idea why, but you need to delete node_modules\cozy-jobs-cli\node_modules.

Cozy-konnector-libs

This connector uses cozy-konnector-libs. It brings a bunch of helpers to interact with the Cozy server and to fetch data from an online service.

Maintainer

The lead maintainer for this konnector is @zdimension.

Get in touch

You can reach the Cozy Community by:

License

cozy-edenred-connector is developed by @zdimension and distributed under the AGPL v3 license.

Bits taken from cozy-konnector-boursorama and cozy-plutus-connector.

About

MyEdenred connector for Cozy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • PowerShell 17.0%
  • Shell 12.9%