{"id":19688012,"url":"https://github.com/wendyliga/firefly-iii-spendee-import","last_synced_at":"2026-05-26T16:33:28.382Z","repository":{"id":115199864,"uuid":"600779745","full_name":"wendyliga/firefly-iii-spendee-import","owner":"wendyliga","description":"Spendee csv Helper and Import Configuration for Firefly III","archived":false,"fork":false,"pushed_at":"2023-02-12T15:27:47.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T17:58:53.014Z","etag":null,"topics":["csv","firefly-iii","spendee"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wendyliga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-12T15:24:43.000Z","updated_at":"2023-02-12T15:28:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"cde2fdb5-0685-47da-94fb-86f04c7f8bf6","html_url":"https://github.com/wendyliga/firefly-iii-spendee-import","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wendyliga/firefly-iii-spendee-import","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendyliga%2Ffirefly-iii-spendee-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendyliga%2Ffirefly-iii-spendee-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendyliga%2Ffirefly-iii-spendee-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendyliga%2Ffirefly-iii-spendee-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wendyliga","download_url":"https://codeload.github.com/wendyliga/firefly-iii-spendee-import/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendyliga%2Ffirefly-iii-spendee-import/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33529512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","firefly-iii","spendee"],"created_at":"2024-11-11T18:36:46.267Z","updated_at":"2026-05-26T16:33:28.367Z","avatar_url":"https://github.com/wendyliga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Import Spendee to Firefly III\n\nThis is a helper script to help transform [Spendee](https://www.spendee.com/) csv exports into [Firefly III](https://www.firefly-iii.org/).\n\nFirst you need to convert spendee csv into csv that is compatible for Firefly III.\n\n# How to generate Firefly III csv\n\n- Export all your account on spendee, you will get email shortly after.\n\n- Place all your csv on csv directory beside compose.py\n\n```\nfirefly-iii-spendee-import/\n├─ compose.py\n├─ csv/\n│  ├─ transactions_export_cash.csv\n│  ├─ transactions_export_bank.csv\n```\n- Run `python3 compose.py` on terminal\n- You will get `final_expense.csv` and `final_transfer.csv`\n\n# How to import\n\nYou will need `fidi` or `Firefly III Data Importer documentation` to be able to import csv into Firefly III\n\nOnce you have the csv, then open your fidi page. learn more about fidi(https://docs.firefly-iii.org/data-importer/).\n\nChoose `import from file`, then choose `final_expense.csv` and `config_expense.json` to import your expense and `final_transfer.csv` and `config_transfer.csv` for transfer.\n\n\u003cimg width=\"1179\" alt=\"Screenshot 2023-02-12 at 22 17 33\" src=\"https://user-images.githubusercontent.com/16457495/218319753-54ea989f-6fe8-4731-8412-880b573f1116.png\"\u003e\n\nAnd Continue the fidi process.\n\n# License\n\nCopyright (c) 2023 Wendy Liga. Licensed under the MIT license, as follows:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendyliga%2Ffirefly-iii-spendee-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwendyliga%2Ffirefly-iii-spendee-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendyliga%2Ffirefly-iii-spendee-import/lists"}