{"id":18657259,"url":"https://github.com/thealoneprogrammer/medium-articles","last_synced_at":"2025-11-05T21:30:30.988Z","repository":{"id":57294065,"uuid":"367127023","full_name":"thealoneprogrammer/medium-articles","owner":"thealoneprogrammer","description":"An unofficial package for getting medium articles of an account.","archived":false,"fork":false,"pushed_at":"2021-05-15T16:46:24.000Z","size":1285,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T20:42:15.369Z","etag":null,"topics":["get-medium-posts","medium","medium-api","medium-article","medium-json","medium-posts"],"latest_commit_sha":null,"homepage":"https://thealoneprogrammer.github.io/medium-articles/","language":"TypeScript","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/thealoneprogrammer.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}},"created_at":"2021-05-13T17:38:21.000Z","updated_at":"2022-11-09T14:47:48.000Z","dependencies_parsed_at":"2022-09-01T08:40:37.872Z","dependency_job_id":null,"html_url":"https://github.com/thealoneprogrammer/medium-articles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealoneprogrammer%2Fmedium-articles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealoneprogrammer%2Fmedium-articles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealoneprogrammer%2Fmedium-articles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thealoneprogrammer%2Fmedium-articles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thealoneprogrammer","download_url":"https://codeload.github.com/thealoneprogrammer/medium-articles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239297988,"owners_count":19615794,"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":["get-medium-posts","medium","medium-api","medium-article","medium-json","medium-posts"],"created_at":"2024-11-07T07:27:21.666Z","updated_at":"2025-11-05T21:30:30.951Z","avatar_url":"https://github.com/thealoneprogrammer.png","language":"TypeScript","readme":"\n##  **medium-articles**\n\u003e **Get Medium posts of an account in JSON format**\n\nmedium-articles is an unofficial package for getting medium posts of an account.\n\n## **Install**\n```sh \n$ npm install medium-articles\nOR\n$ yarn add medium-articles\n```\n\nThis module uses [rss-parser](https://www.npmjs.com/package/rss-parser) under the hood to work.\n\n## **Usage with ES6**\n\n```js\nimport { getMediumPosts } from 'medium-articles'\n\nconst username = \"your medium account username\"\nasync () =\u003e {\n    // This will give you all of your medium posts in JSON format.\n    const articles = await getMediumPosts(username)\n    ...\n}\n```\n\n## **Node Js usage**\n```js\nconst getMediumPosts = require('medium-articles')\n\nconst username = \"your medium account username\"\nasync () =\u003e {\n    // This will give you all of your medium posts in JSON format.\n    const articles = await getMediumPosts(username)\n    ...\n}\n```\n\n## **Allowed username format**\n1. username //example - vue\n2. @username //example - @vue\n\n## **Development**\nInstall packages\n```sh\n$ npm install\n```\nBuild\n```sh\n$ npm run build\n```\nTest\n```sh\n$ npm run test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealoneprogrammer%2Fmedium-articles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthealoneprogrammer%2Fmedium-articles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealoneprogrammer%2Fmedium-articles/lists"}