Giter VIP home page Giter VIP logo

wpp's Introduction

wikipedia peaky parser

A partially parsing parser

Installation

Standard procedure to install the beauty

Prerequisite

To install, you need to have previously installed in your machine

  • nodejs - tested on v11.9.0
  • npm - tested on v6.8.0
  • yarn - tested on v1.13.0 (alternatively to npm)

Installation

$ mkdir tmp && cd $_
$ git clone [email protected]:cunk111/wpp.git
$ cd wpp
$ yarn install

Usage

To start the server

$ yarn run start

Server now runs on http://localhost:3000

To get some results

Use curlor tools like postman and send a GET request on root /

curl -sb -H "Accept: application/json" "http://localhost:3000"

You also can specify an extra route, such as /Richard_Serra, the parser will replace the original suffix (Pierre_Soulages) by what you provide, and try its best

Results

You get the Exhibition History returned in the body 3 csv files are created at the root of the application

  • picture.csv contains the uri of the artist's picture
  • history.csv contains the exhibitions' info listed on the wiki
  • categories.csv contains the categories linked to the artist on the plateform

wpp's People

Contributors

cunk111 avatar

Watchers

James Cloos 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.