{"id":16808972,"url":"https://github.com/timakin/md2mid","last_synced_at":"2026-03-17T23:34:27.313Z","repository":{"id":68621670,"uuid":"90885054","full_name":"timakin/md2mid","owner":"timakin","description":"CLI tool to publish your medium articles with markdown","archived":false,"fork":false,"pushed_at":"2017-05-11T07:47:29.000Z","size":84,"stargazers_count":35,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T02:51:08.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/timakin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-10T16:22:23.000Z","updated_at":"2023-04-03T07:48:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e818032-6d53-4b21-8f35-3dcffe53bcc0","html_url":"https://github.com/timakin/md2mid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timakin/md2mid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timakin%2Fmd2mid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timakin%2Fmd2mid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timakin%2Fmd2mid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timakin%2Fmd2mid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timakin","download_url":"https://codeload.github.com/timakin/md2mid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timakin%2Fmd2mid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"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":[],"created_at":"2024-10-13T10:00:29.895Z","updated_at":"2026-03-17T23:34:27.291Z","avatar_url":"https://github.com/timakin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"md2mid\n====\n\nA CLI tool to publish your markdown files to Medium.\n\n## Installation\n\n`go get -u github.com/timakin/md2mid`\n\n## Usage\n\n```\n$ md2mid -h\n\nNAME:\n   md2mid - Set your token to call a Medium API, and publish your markdown file.\n\nUSAGE:\n   md2mid [global options] command [command options] [arguments...]\n\nCOMMANDS:\n     init        Add an integration token to be used by this application\n     publish, p  Publish a markdown file to Medium. And after the publishment, open the article page with a browser from a console.\n     help, h     Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h  show help\n\nCOPYRIGHT:\n   MIT\n```\n\n### Init\n\nInitialize and register an access token to access Medium API.\n\n`md2mid init \u003cYOUR_ACCESS_TOKEN\u003e`\n\n### Publish\n\nPublish an article with your local markdown file.\n\n`md2mid publish \u003cMARKDOWN_FILE_PATH\u003e`\n\n## Example\n\n```\n---\ntitle: Sample\ntags: [programming, engineer]\npublishstatus: draft\ncanonicalurl: http://jamietalbot.com/posts/liverpool-fc\n---\n\nParagraphs are separated by a blank line.\n\n2nd paragraph. *Italic*, **bold**, and `monospace`. Itemized lists\nlook like:\n\n  * this one\n  * that one\n  * the other one\n\nNote that --- not considering the asterisk --- the actual text\ncontent starts at 4-columns in.\n\n\u003e Block quotes are\n\u003e written like so.\n\u003e\n\u003e They can span multiple paragraphs,\n\u003e if you like.\n\nUse 3 dashes for an em-dash. Use 2 dashes for ranges (ex., \"it's all\nin chapters 12--14\"). Three dots ... will be converted to an ellipsis.\nUnicode is supported. ☺\n```\n\nSave this file with `publish` or `p` command.\nAfter that, console will open the page of an article.\n\n![sample](https://raw.githubusercontent.com/timakin/md2mid/images/sample.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimakin%2Fmd2mid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimakin%2Fmd2mid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimakin%2Fmd2mid/lists"}