{"id":29668155,"url":"https://github.com/pdonias/expense-manager","last_synced_at":"2025-07-22T17:06:22.311Z","repository":{"id":302082430,"uuid":"500897929","full_name":"pdonias/expense-manager","owner":"pdonias","description":"Export expense manager save file to CSV and Google Sheets","archived":false,"fork":false,"pushed_at":"2025-06-30T12:43:00.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T13:48:40.180Z","etag":null,"topics":["backup","cli","csv","expense","googlesheets","manager"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pdonias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"pdonias"}},"created_at":"2022-06-07T15:28:23.000Z","updated_at":"2025-06-30T12:43:04.000Z","dependencies_parsed_at":"2025-06-30T13:58:57.237Z","dependency_job_id":null,"html_url":"https://github.com/pdonias/expense-manager","commit_stats":null,"previous_names":["pdonias/expense-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pdonias/expense-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdonias%2Fexpense-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdonias%2Fexpense-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdonias%2Fexpense-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdonias%2Fexpense-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdonias","download_url":"https://codeload.github.com/pdonias/expense-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdonias%2Fexpense-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266535695,"owners_count":23944275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backup","cli","csv","expense","googlesheets","manager"],"created_at":"2025-07-22T17:06:21.677Z","updated_at":"2025-07-22T17:06:22.277Z","avatar_url":"https://github.com/pdonias.png","language":"JavaScript","funding_links":["https://github.com/sponsors/pdonias"],"categories":[],"sub_categories":[],"readme":"# Expense Manager to CSV and Google Sheets\n\nA tool to extract data from an [Expense Manager](https://play.google.com/store/apps/details?id=at.markushi.expensemanager) save file and export it to Google Sheets or save it as a CSV file.\n\n## Install\n\nClone this repository and run:\n\n```sh\n$ npm install\n```\n\n## Usage\n\n### Export a manual backup\n\n- Go to your [Expense Manager](https://play.google.com/store/apps/details?id=at.markushi.expensemanager) app\n- Go to Settings \u003e Backup \u003e Create a manual backup\n\nThis will allow you to export a file named `Backup_20xx_xx_xx.expensemanager` containing all your expense history.\n\n### CSV\n\nTo convert it to a CSV file, run:\n\n```sh\n$ npm start -- --input Backup_20xx_xx_xx.expensemanager --output my_expenses.csv\n```\n\n### Google Sheets\n\nTo upload it to Google Sheets:\n- Check out how to create a Google Service Account [here](https://robocorp.com/docs-robot-framework/development-guide/google-sheets/interacting-with-google-sheets#create-a-google-service-account)\n- Create an empty Google Sheets document\n- Share that document with the Google Service Account you just created\n- Provide the required environment variables thanks to the JSON file you downloaded and the document you created:\n\n```sh\n$ export GOOGLE_SERVICE_ACCOUNT_EMAIL=\"sa-username@my-username.iam.gserviceaccount.com\" # From the Google Service Account JSON file\n$ export GOOGLE_PRIVATE_KEY=\"-----BEGIN PRIVATE KEY-----\\n...\\n-----END PRIVATE KEY-----\\n\" # From the Google Service Account JSON file\n$ export GOOGLE_SHEET_ID=\"IRMfnSyttnNUMfYCedOihMzfI_wYRJu_NvVwzRXSTWep\" # The long string of characters in the Google Sheets URL\n$ export GOOGLE_SHEET_TITLE=\"Tabellenblatt1\" # The name of the sheet itself (bottom left-hand corner)\n$ npm start -- --input Backup_20xx_xx_xx.expensemanager --gsheets\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdonias%2Fexpense-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdonias%2Fexpense-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdonias%2Fexpense-manager/lists"}