WP Manifestindependent plugin directory
manifest / developer / wp-web-parser

Entropi Web Parser for Wordpress

An abstract web parser for Wordpress

by Slavic Dragovtev <slavic@entropi.me> · github.com/slavicd/wp-web-parser

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/slavicd/wp-web-parser/archive/refs/heads/master.zip

Readme

wp-web-parser

An abstract web parser plugin for Wordpress. It works in tandem with child plugins, written with a specific web resource in mind. Work in progress.

Usage

Although the name does not suggest so, this particular plugin does not do any parsing whatsoever. Instead it serves as a gateway for actual parsers to send their data to, after they're done gathering it. An example of a parser is in the sample_parsers directory.

Installation

Put the contents into a directory called entropi-web-parser inside the wp-content/plugins directory. After that install the actual parser[s] plugin[s].

Read the full README on GitHub →