Sign inSign up

olbat/web-xpath

By olbat

Updated almost 11 years ago

Small script that helps to scrap web pages content using the XPath language

Image
0

1.7K

olbat/web-xpath repository overview

web-xpath

Overview

This small script helps to scrap web pages content using the XPath language.

Installation

with Docker
  1. Install Docker
  2. Pull the image containing the script and it's runtime environment: docker pull olbat/web-xpath
  3. Run the script: docker run olbat/web-xpath <url> <xpath>
without Docker
  1. Install Ruby runtime environment
  2. Install the Nokogiri library
  3. Run the script: web-xpath <url> <xpath>

Usage

usage: web-xpath <url> <xpath>

About

This script is written in Ruby and it uses the Nokogiri library to parse HTML and XPaths.

Tag summary

Content type

Image

Digest

sha256:58f412d8c

Size

92.5 MB

Last updated

almost 11 years ago

docker pull olbat/web-xpath