{"id":13431872,"url":"https://github.com/djadmin/medium-cli","last_synced_at":"2025-05-15T08:10:24.820Z","repository":{"id":44817049,"uuid":"50142325","full_name":"djadmin/medium-cli","owner":"djadmin","description":"Medium for Hackers - :computer: A CLI for Medium Stories.","archived":false,"fork":false,"pushed_at":"2024-09-09T09:58:48.000Z","size":172,"stargazers_count":721,"open_issues_count":37,"forks_count":53,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-05T17:01:42.342Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djadmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-01-21T22:53:36.000Z","updated_at":"2025-04-02T22:57:34.000Z","dependencies_parsed_at":"2024-02-03T21:21:09.920Z","dependency_job_id":"0f41215a-18fc-4297-8d9d-cf6481ecbfd0","html_url":"https://github.com/djadmin/medium-cli","commit_stats":{"total_commits":76,"total_committers":8,"mean_commits":9.5,"dds":0.1842105263157895,"last_synced_commit":"99f154fcc12cccdb616d7f0989ab76522f6c0b9d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djadmin%2Fmedium-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djadmin%2Fmedium-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djadmin%2Fmedium-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djadmin%2Fmedium-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djadmin","download_url":"https://codeload.github.com/djadmin/medium-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248615909,"owners_count":21133975,"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":[],"created_at":"2024-07-31T02:01:06.639Z","updated_at":"2025-04-12T18:38:10.906Z","avatar_url":"https://github.com/djadmin.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Entertainment","\u003ca name=\"viewers\"\u003e\u003c/a\u003eViewers"],"sub_categories":["Books"],"readme":"medium-cli [![npm version](https://badge.fury.io/js/mediumcli.svg)](https://www.npmjs.com/package/mediumcli) [![npm](https://img.shields.io/npm/dt/mediumcli.svg)](https://www.npmjs.com/package/mediumcli)\n==========\n\nMedium for Hackers - A CLI for reading [Medium](https://medium.com) Stories.\n\nIt helps you read awesome medium articles right in your terminal.\n\n![](http://i.imgur.com/nO3RyMT.gif)\n\nInstallation\n------------\n\n`$ npm install -g mediumcli`\n\nDocs\n----\n    Usage: medium [options] [command]\n\n    Commands:\n\n    top [options]                           lists Medium Top Stories\n    tag [options] \u003ctag\u003e                     lists trending Medium Stories by tag\n    author [options] \u003cauthor\u003e               lists Medium Stories by author\n    search|s [options] \u003csearchTerms...\u003e     searches for stories\n    read \u003curl\u003e                              reads the story right in your terminal\n    open [options] \u003curl\u003e                    opens it in your browser\n\n    Options:\n\n    -h, --help     output usage information\n    -V, --version  output the version number\n    -o, --open     open story in browser\n    -m, --markdown render selected story as markdown in the terminal\n\n    top [options]\n    n, --number \u003cint\u003e, specify number of stories\n\n    tag [options]\n    -n, --number \u003cint\u003e  specify number of stories\n    -l, --latest        get latest instead of trending \n\n    author [options]\n    -n, --number \u003cint\u003e, specify number of stories\n\n    search|s [options] \u003csearchTerms...\u003e\n    -n, --number \u003cint\u003e  specify number of stories\n\n    open [options] \u003curl\u003e\n    -a, --app \u003capplication\u003e  specify app to open the url. Eg: firefox\n\nUsage\n-----\nThe commands available are: `medium top`, `medium read`, `medium open` and more..\n\n#### top command\n`$ medium top`\n\nList Medium Top Stories\n\n`$ medium top -n 5`\n\nList only top 5 Medium Stories\n\n#### read command\n`$ medium read \u003curl\u003e`\n\nRead the story right in your terminal\n\n#### open command\n`$ medium open \u003curl\u003e`\n\nOpens it in your browser\n\n`$ medium open -a firefox \u003curl\u003e`  \n\nOpens it in the given application, like it opens the url using firefox in above example.\n\n#### Also, you can search by **Author, Tags or Keyword**\n\n`$ medium author _ericelliott`  \n\n`$ medium tag javascript`   \n\n`$ medium tag javascript --latest`  \n\n`$ medium search security`\n\n#### Another Example\n`$ medium author dheerajhere --open` will open the selected story in browser\n\nIssues\n------\n\nFeel free to submit issues and enhancement requests.\n\n\nContributing\n------------\n\nmedium-cli is written in NodeJs and would love to accept pull requests for any issues or feature request.\n\n[Read more on contributing](./CONTRIBUTING.md).\n\n\nLicense\n-------\n\nCopyright (c) 2017 Dheeraj Joshi\nLicensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjadmin%2Fmedium-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjadmin%2Fmedium-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjadmin%2Fmedium-cli/lists"}