{"id":30280111,"url":"https://github.com/ganyuke/copilot-exporter","last_synced_at":"2026-05-16T01:31:30.351Z","repository":{"id":306574215,"uuid":"1026559358","full_name":"ganyuke/copilot-exporter","owner":"ganyuke","description":"Export your M365 Copilot Chat conversations from the M365 dashboard.","archived":false,"fork":false,"pushed_at":"2026-02-03T10:44:39.000Z","size":62,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-03T23:38:32.696Z","etag":null,"topics":["copilot-chat","exporter","microsoft-365-copilot","userscript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ganyuke.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-26T06:07:39.000Z","updated_at":"2026-02-03T10:42:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3dedbaf-ff4b-4a50-84f1-847e99947b26","html_url":"https://github.com/ganyuke/copilot-exporter","commit_stats":null,"previous_names":["ganyuke/copilot-exporter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ganyuke/copilot-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyuke%2Fcopilot-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyuke%2Fcopilot-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyuke%2Fcopilot-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyuke%2Fcopilot-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganyuke","download_url":"https://codeload.github.com/ganyuke/copilot-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyuke%2Fcopilot-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["copilot-chat","exporter","microsoft-365-copilot","userscript"],"created_at":"2025-08-16T15:00:54.963Z","updated_at":"2026-05-16T01:31:30.346Z","avatar_url":"https://github.com/ganyuke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M365 Copilot Exporter\nAn exporter for conversations in the Microsoft 365 Copilot Chat integrated into the [Microsoft 365 dashboard](https://m365.cloud.microsoft/chat/).\n\nExporter design and functionality based on [@Pionxzh](https://github.com/pionxzh)'s [ChatGPT Exporter](https://github.com/pionxzh/chatgpt-exporter). This userscript is not 1:1 in functionality, though!\n\n\u003cdiv style=\"display:flex\"\u003e\n  \u003cimg width=\"45%\" src=\"https://github.com/user-attachments/assets/267c86c5-ed41-4989-924f-ae1f1aafb8c7\" alt=\"Copilot Exporter's modal\"\u003e\n  \u003cimg width=\"45%\" src=\"https://github.com/user-attachments/assets/4033fe5a-9ef7-40cc-bf2f-00f1a25f6886\" alt=\"Copilot Exporter in action exporting 400+ conversations\"\u003e\n\u003c/div\u003e\n\n\u003e [!CAUTION]\n\u003e This tool is maintained on a \"when I feel like it\" basis. Use at your own risk!\n\n## Features\n- View list of Copilot conversations.\n- Bulk export Copilot conversations as its raw, internal JSON format.\n- Bulk deletion of Copilot conversations.\n\nCompared to ChatGPT Exporter, it does **not** support:\n- Exporting in formats OTHER than the official JSON. If you want to do this, I suppose you could convert Copilot's JSON to ChatGPT's, then shove it into ChatGPT Exporter.\n\n## Limitations\nThe exporter can only show, at maximum, the latest 500 conversations. This is a limit imposed by the API endpoint used to get the list of chats. You'll need to delete some chats if you want to access anything beyond the latest 500 conversations.\n\n## How to install\nInstall a userscript manager extension into your browser, such as Greasemonkey or Tampermonkey. I personally recommend [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (and I have only used this script on it, so your mileage may vary with others)!\n\n### Greasyfork\nOnce you have a userscript manager, you can download this script on Greasyfork using the link below and clicking \"Install this script\".\nhttps://greasyfork.org/en/scripts/543763-m365-copilot-exporter\n\n### Manual\nCopy or import [`dist/copilot-exporter.user.js`](https://github.com/ganyuke/copilot-exporter/blob/master/dist/copilot-exporter.user.js) into a new script in your desired userscript manager.\n\n## How to use\n1. Navigate to your [M365 dashboard](https://m365.cloud.microsoft/chat/).\n2. Open the export menu by either:\n   - Clicking on the floating export button in the bottom right.\n   - Opening the Greasemonkey command menu and selecting \"Open export menu\".\n3. Select the conversations you want to export.\n   - If the conversation(s) you want to export are further down, alter the maximum number of conversations shown and refetch.\n4. Click export once you've selected the conversations you want to export.\n\n## How to build\nFor those seeking to maintain this:\n1. Clone this repository: `git clone https://github.com/ganyuke/copilot-exporter`.\n2. Open the directory: `cd copilot-exporter`.\n1. Get [`pnpm`](https://pnpm.io/installation).\n2. Run `pnpm build`. The newly-built userscript should be in `dist/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganyuke%2Fcopilot-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganyuke%2Fcopilot-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganyuke%2Fcopilot-exporter/lists"}