{"id":15580464,"url":"https://github.com/dlo/helpscout-export","last_synced_at":"2026-04-27T06:35:31.135Z","repository":{"id":44376614,"uuid":"512326209","full_name":"dlo/helpscout-export","owner":"dlo","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-10T13:18:22.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T15:18:18.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-10T02:20:41.000Z","updated_at":"2023-04-13T06:28:30.000Z","dependencies_parsed_at":"2022-07-16T19:46:18.361Z","dependency_job_id":null,"html_url":"https://github.com/dlo/helpscout-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlo/helpscout-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlo%2Fhelpscout-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlo%2Fhelpscout-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlo%2Fhelpscout-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlo%2Fhelpscout-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlo","download_url":"https://codeload.github.com/dlo/helpscout-export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlo%2Fhelpscout-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32326112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-10-02T19:26:49.083Z","updated_at":"2026-04-27T06:35:26.126Z","avatar_url":"https://github.com/dlo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helpscout-export\n\nI wanted to export all my Help Scout data to a SQLite database. I searched and couldn't find anything that did this well, so I wrote it myself.\n\nTo run this script, create a new App via \"Profile\" \u003e \"My Apps\" \u003e \"Create My App\". Give it a name and a redirection URL (can be anything). Once the app is created, export `HELPSCOUT_APP_ID` and `HELPSCOUT_APP_SECRET` in your shell, then run the following to download all your data.\n\n```\nmake install-dependencies\nmake download\n```\n\nAll of your Help Scout data will be downloaded to a directory named `data/`. To import this data into a SQLite database, run this next:\n\n```\nmake import\n```\n\nThis will import all of the downloaded data to a SQLite file in the directory (`helpscout.db`).\n\nHere's the ER diagram:\n\n```mermaid\nerDiagram\n\n  customer {\n  }\n\n  mailbox {\n  }\n\n  tag {\n  }\n\n  user {\n  }\n\n  email {\n  }\n\n  phone {\n  }\n\n  social_profile {\n  }\n\n  thread {\n  }\n\n  website {\n  }\n\n  workflow {\n  }\n\n  customer ||--o{ address : \"foreign key\"\n  customer ||--o{ chat : \"foreign key\"\n  customer ||--o{ conversation : \"foreign key\"\n  customer ||--o{ email : \"foreign key\"\n  customer ||--o{ phone : \"foreign key\"\n  customer ||--o{ social_profile : \"foreign key\"\n  customer ||--o{ thread : \"foreign key\"\n  customer ||--o{ website : \"foreign key\"\n  mailbox ||--o{ workflow : \"foreign key\"\n  user ||--o{ conversation : \"foreign key\"\n  user ||--o{ thread : \"foreign key\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlo%2Fhelpscout-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlo%2Fhelpscout-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlo%2Fhelpscout-export/lists"}