{"id":13941263,"url":"https://github.com/xdamman/mediumexporter","last_synced_at":"2025-09-10T11:33:46.936Z","repository":{"id":35400174,"uuid":"39664450","full_name":"xdamman/mediumexporter","owner":"xdamman","description":"Export your stories published on medium.com to markdown for easy import ","archived":false,"fork":false,"pushed_at":"2022-12-08T12:33:52.000Z","size":636,"stargazers_count":240,"open_issues_count":43,"forks_count":33,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T12:35:46.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xdamman.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}},"created_at":"2015-07-24T23:58:16.000Z","updated_at":"2025-06-27T04:27:22.000Z","dependencies_parsed_at":"2023-01-15T20:12:33.707Z","dependency_job_id":null,"html_url":"https://github.com/xdamman/mediumexporter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xdamman/mediumexporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdamman%2Fmediumexporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdamman%2Fmediumexporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdamman%2Fmediumexporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdamman%2Fmediumexporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdamman","download_url":"https://codeload.github.com/xdamman/mediumexporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdamman%2Fmediumexporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274455502,"owners_count":25288557,"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-09-10T02:00:12.551Z","response_time":83,"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-08-08T02:01:15.155Z","updated_at":"2025-09-10T11:33:46.903Z","avatar_url":"https://github.com/xdamman.png","language":"JavaScript","readme":"[![Build Status](https://travis-ci.org/xdamman/mediumexporter.svg?branch=master)](https://travis-ci.org/xdamman/mediumexporter)\n[![Coverage Status](https://coveralls.io/repos/github/xdamman/mediumexporter/badge.svg?branch=master)](https://coveralls.io/github/xdamman/mediumexporter?branch=master)\n\n# Medium Exporter\n\nExport your stories published on medium.com to markdown.\n\n## Usage\n\n    ./index.js {url}\n        -O, --output - write to specified output directory\n        -I, --info – Show information about the medium post\n        --hugo - enable gohugo.io shortcodes\n        --frontmatter - enable frontmatter\n        --jekyll - format content and images for us in Jekyll blogs\n\n## CLI example\n\nIf not output directory is specified, images and content will be downloaded into `/content`\n\n    ./index.js https://medium.com/@PatrickHeneise/malaysia-16be98ab673e\n\n## programmatic example\n\n### get individual posts\n\n    async function example() {\n      mediumexporter.getPost(link, {\n        output: \"content/posts\",\n        hugo: true,\n        frontmatter: true\n      })\n    }\n\n### get feeds (default page size is 10)\n\n    const exporter = require('./index')\n    exporter.getFeed('https://medium.com/feed/@xdamman', { output: 'content' })\n","funding_links":[],"categories":["JavaScript","Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdamman%2Fmediumexporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdamman%2Fmediumexporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdamman%2Fmediumexporter/lists"}