{"id":15462657,"url":"https://github.com/devidw/hashnode-export-to-markdown","last_synced_at":"2025-06-24T21:31:50.240Z","repository":{"id":105128422,"uuid":"432546957","full_name":"devidw/hashnode-export-to-markdown","owner":"devidw","description":"Convert Hashnode export JSON into single markdown files with frontmatter and downloads of your cover images","archived":false,"fork":false,"pushed_at":"2021-12-04T21:29:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T21:04:22.475Z","etag":null,"topics":["blogging","converter","downloader","frontmatter","hashnode","json","markdown","md","python","script"],"latest_commit_sha":null,"homepage":"","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/devidw.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-27T19:19:22.000Z","updated_at":"2021-12-04T21:29:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1a60f40-3632-4308-85ac-3dbb62191495","html_url":"https://github.com/devidw/hashnode-export-to-markdown","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"cfb434142c15b186ef4d22e9e57f22fe9c19f45b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devidw/hashnode-export-to-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhashnode-export-to-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhashnode-export-to-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhashnode-export-to-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhashnode-export-to-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devidw","download_url":"https://codeload.github.com/devidw/hashnode-export-to-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhashnode-export-to-markdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261759187,"owners_count":23205511,"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","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":["blogging","converter","downloader","frontmatter","hashnode","json","markdown","md","python","script"],"created_at":"2024-10-02T00:03:11.251Z","updated_at":"2025-06-24T21:31:50.202Z","avatar_url":"https://github.com/devidw.png","language":"Python","readme":"= Hashnode Export to Markdown\n\nConvert your `.json` export from Hashnode back into individual `.md` files including frontmatter and image downloads of you cover images from Hashnode.\n\n== Configuration\n[source, python]\n----\nexport_path = 'devid-stories.json' # Hashnode export file\nmedia_path = 'posts/media' # directory, where cover image should be saved to\nposts_path = '../hashnode-articles/' # directory, where articles should be saved to\nconfig = {\n    'domain': 'xn--david-9u04d.to', # frontmatter domain\n    'media_url': 'https://david.wolf.gdn/media', # new prefix for the downloaded media files\n}\n----\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fhashnode-export-to-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevidw%2Fhashnode-export-to-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fhashnode-export-to-markdown/lists"}