{"id":21425868,"url":"https://github.com/levitation-opensource/skypeexportarchivetotextconverter","last_synced_at":"2026-01-16T16:43:32.844Z","repository":{"id":90010609,"uuid":"443903857","full_name":"levitation-opensource/SkypeExportArchiveToTextConverter","owner":"levitation-opensource","description":"This software utility extracts chat logs into a human readable text format from Skype export archives. You can request a machine-readable archive export of your Skype chats from here: https://secure.skype.com/en/data-export","archived":false,"fork":false,"pushed_at":"2026-01-15T10:51:51.000Z","size":81,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T15:51:58.422Z","etag":null,"topics":["archival","archive","chat","command-line","command-line-utility","conversion","converter","converters","export","human-readable","instant-messaging","json","log","messages","python","skype","tar","text","tool","utility"],"latest_commit_sha":null,"homepage":"http://www.simplify.ee/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levitation-opensource.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":"2022-01-03T00:48:58.000Z","updated_at":"2025-11-06T22:57:00.000Z","dependencies_parsed_at":"2024-11-22T21:38:47.434Z","dependency_job_id":null,"html_url":"https://github.com/levitation-opensource/SkypeExportArchiveToTextConverter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/levitation-opensource/SkypeExportArchiveToTextConverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levitation-opensource%2FSkypeExportArchiveToTextConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levitation-opensource%2FSkypeExportArchiveToTextConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levitation-opensource%2FSkypeExportArchiveToTextConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levitation-opensource%2FSkypeExportArchiveToTextConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levitation-opensource","download_url":"https://codeload.github.com/levitation-opensource/SkypeExportArchiveToTextConverter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levitation-opensource%2FSkypeExportArchiveToTextConverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["archival","archive","chat","command-line","command-line-utility","conversion","converter","converters","export","human-readable","instant-messaging","json","log","messages","python","skype","tar","text","tool","utility"],"created_at":"2024-11-22T21:38:27.320Z","updated_at":"2026-01-16T16:43:32.800Z","avatar_url":"https://github.com/levitation-opensource.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Skype export archive to text converter\n\nScrolling the Skype chats is painfully slow. There is no way to annotate or bookmark text in the chats for future reference. And searching over multiple chats is impossible as well. It would be much more convenient to have the Skype chat histories available as text files. This enables quick scrolling and search. If annotation or bookmarking is needed, you can further copy these text files to Google Docs, for example.\n\nThis software utility extracts chat logs into a human readable text format from Skype export archives.\n\u003cbr\u003eYou can request a machine-readable archive export of your Skype chats from here: https://secure.skype.com/en/data-export\n\u003cbr\u003eAfter downloading the archive, provide the filename of that archive to this utility in the form indicated below in order to obtain the chat log files in text format.\n\n### Usage\n\nTo extract a chat log with one particular user:\n\u003cbr\u003epython SkypeExportToText.py \"username\" \"C:\\path\\to\\export.tar\"\n\u003cbr\u003eor\n\u003cbr\u003epython SkypeExportToText.py \"username\" \"C:\\path\\to\\messages.json\"\n\nTo extract chat logs with all users (note the empty quotes here):\n\u003cbr\u003epython SkypeExportToText.py \"\" \"C:\\path\\to\\export.tar\"\n\u003cbr\u003eor\n\u003cbr\u003epython SkypeExportToText.py \"\" \"C:\\path\\to\\messages.json\"\n\nThe extracted chat logs are saved into a subfolder named \"chats\". The subfolder will be created where the Python script is located.\n\u003cbr\u003eEach Skype chat or group chat log is saved into a separate file.\n\u003cbr\u003eIf there are previously existing files with same names then these colliding old files will be backed up with names in the form \"chat username.txt.old\".\n\n\nA Python 3 installation is required. There are no package dependencies for this software.\n\n\n### Licence\nVersion 1.0.7\n\u003cbr\u003eCopyright: Roland Pihlakas, 2022 - 2024, roland@simplify.ee\n\u003cbr\u003eLicence: LGPL 2.1\n\u003cbr\u003eYou can obtain a copy of this free software from https://github.com/levitation-opensource/SkypeExportArchiveToTextConverter/\n\n### State\nReady to use. Maintained and in active use.\n\n### Alternative software\nAlternative software for parsing Skype export achives:\n\u003cbr\u003ehttps://go.skype.com/skype-parser (it does not generate text files and does less comprehensive parsing of the messages)\n\u003cbr\u003ehttps://jimmysie.com/2021/08/13/saving-skype-media-files-from-exported-archive/ (for exporting media files into a more useful file structure)\n\nNote. The archive exported from Skype webpage will contain Skype chats starting from somewhere in the middle of year 2017.\n\u003cbr\u003eFor exporting archives of older Skype chats there are various alternative software available. For example:\n\u003cbr\u003ehttps://suurjaak.github.io/Skyperious/\n\u003cbr\u003ehttps://www.nirsoft.net/utils/skype_log_view.html\n\u003cbr\u003ehttps://www.bitrecover.com/free/skype-chat-viewer/\n\u003cbr\u003ehttps://github.com/himselfv/skypeexport\n\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n[![Analytics](https://ga-beacon.appspot.com/UA-351728-28/SkypeExportArchiveToTextConverter/README.md?pixel)](https://github.com/igrigorik/ga-beacon)    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevitation-opensource%2Fskypeexportarchivetotextconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevitation-opensource%2Fskypeexportarchivetotextconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevitation-opensource%2Fskypeexportarchivetotextconverter/lists"}