{"id":19979209,"url":"https://github.com/bharathvaj-ganesan/artixtractor","last_synced_at":"2025-06-19T07:37:32.208Z","repository":{"id":57184446,"uuid":"99494857","full_name":"bharathvaj-ganesan/artixtractor","owner":"bharathvaj-ganesan","description":"Extract article/blog from websites like [medium.com, inc42.com,etc]:100:","archived":false,"fork":false,"pushed_at":"2017-08-08T01:41:30.000Z","size":38,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T16:26:00.315Z","etag":null,"topics":["article-extractor","hacktoberfest","nodejs"],"latest_commit_sha":null,"homepage":"","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/bharathvaj-ganesan.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":"2017-08-06T15:15:06.000Z","updated_at":"2024-07-24T03:24:29.000Z","dependencies_parsed_at":"2022-09-14T08:50:35.585Z","dependency_job_id":null,"html_url":"https://github.com/bharathvaj-ganesan/artixtractor","commit_stats":null,"previous_names":["bharathvaj1995/artixtractor"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fartixtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fartixtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fartixtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharathvaj-ganesan%2Fartixtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bharathvaj-ganesan","download_url":"https://codeload.github.com/bharathvaj-ganesan/artixtractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288910,"owners_count":21724323,"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":["article-extractor","hacktoberfest","nodejs"],"created_at":"2024-11-13T03:37:08.832Z","updated_at":"2025-05-04T04:32:38.150Z","avatar_url":"https://github.com/bharathvaj-ganesan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](https://gruntjs.com/)\n[![Build Status](https://travis-ci.org/bharathvaj1995/artixtractor.svg?branch=master)](https://travis-ci.org/bharathvaj1995/artixtractor)\n[![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)\n\n# artixtractor\n\nExtract article/blog from websites like [medium.com, inc42.com,etc]\n\n![Alt text](logo.png?raw=true \"Artixtractor\")\n\n## Installation\n```\n$ npm install artixtractor --save\n```\n\n## Usuage\n```javascript\nconst articleParser = require('artixtractor');\n\narticleParser('https://medium.com/@Aegist/how-to-end-googles-monopoly-5c46ef7db20d')\n.then((result)=\u003e{\n    console.log(result);\n\t /*=\u003e{  domain: 'medium.com',\n\t\t\ttitle: 'How to End Google’s Monopoly – Shane Greenup – Medium',\n\t\t\tarticleContent: 'Over a year ago I said Google would never implement a fact based assessment in their \t\t  algorithm because \tI thought \tthey would understand that making such a change would be the first step to losing their search monopoly.I \twas wrong.\n\t\t\t\t......\n\t\t\t\t......\n\t\t\t\tFounder of rbutr and dedicated to solving the problem of misinformation.Entrepreneur, Philosopher, Scientist, Traveller, Extreme Sports enthusiast.',\n\t\t\tprimaryImage: 'https://cdn-images-1.medium.com/max/1200/1*EDO7CRa7DA3HfkRcUU6Qtg.jpeg',\n\t\t\tdate: '2017-08-03T10:42:48.314Z',\n\t\t\tauthor: '@Aegist',\n\t\t\tshortDescription: 'Over a year ago I said Google would never implement a fact based assessment in their algorithm \t\tbecause I thought they would understand that…' } */\n\n}).catch((reason)=\u003e{\n    console.log(reason);\n});\n\n```\n\n## Features\n\n- Text extraction\n- Primary image extraction\n- Description extraction\n- Keyword extraction\n- Author extraction\n- Article Posted Date extraction\n\n## License\n\nMIT © [Bharathvaj Ganesan](https://github.com/bharathvaj1995)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fartixtractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharathvaj-ganesan%2Fartixtractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharathvaj-ganesan%2Fartixtractor/lists"}