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