Giter VIP home page Giter VIP logo

artixtractor's Introduction

Built with Grunt Build Status Code Climate

artixtractor

Extract article/blog from websites like [medium.com, inc42.com,etc]

Alt text

Installation

$ npm install artixtractor --save

Usuage

const articleParser = require('artixtractor');

articleParser('https://medium.com/@Aegist/how-to-end-googles-monopoly-5c46ef7db20d')
.then((result)=>{
    console.log(result);
	 /*=>{  domain: 'medium.com',
			title: 'How to End Google’s Monopoly – Shane Greenup – Medium',
			articleContent: 'Over a year ago I said Google would never implement a fact based assessment in their 		  algorithm because 	I thought 	they would understand that making such a change would be the first step to losing their search monopoly.I 	was wrong.
				......
				......
				Founder of rbutr and dedicated to solving the problem of misinformation.Entrepreneur, Philosopher, Scientist, Traveller, Extreme Sports enthusiast.',
			primaryImage: 'https://cdn-images-1.medium.com/max/1200/1*EDO7CRa7DA3HfkRcUU6Qtg.jpeg',
			date: '2017-08-03T10:42:48.314Z',
			author: '@Aegist',
			shortDescription: 'Over a year ago I said Google would never implement a fact based assessment in their algorithm 		because I thought they would understand that…' } */

}).catch((reason)=>{
    console.log(reason);
});

Features

  • Text extraction
  • Primary image extraction
  • Description extraction
  • Keyword extraction
  • Author extraction
  • Article Posted Date extraction

License

MIT © Bharathvaj Ganesan

artixtractor's People

Contributors

bharathvaj-ganesan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.