Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 937 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 937 Bytes

actual-israel

This importer utilizes the israeli-bank-scrapers package to scrape transactions from Israeli financial institutes.

Example config.json file:

{
  "actualBudgetId": "actualBudgetId",
  "actualServerUrl": "actualServerUrl",
  "actualPassword": "actualPassword",
  "accountMappers": [
    {
      "actualAccountName": "actualAccountName",
      "scraperAccountNumber": "scraperAccountNumber",
      "scraperType": "scraperType",
      "scraperCredentials": {
        "username": "username",
        "password": "password"
      }
    }
  ]
}

For more information regarding the scraperType and scraperCredentials see here and here