From 9ff1963c5b9a869382e7d2d537a8a6b734a8a809 Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Sun, 16 Dec 2018 15:10:45 -0500 Subject: [PATCH] initial commit --- DESCRIPTION | 26 ++++-- LICENSE | 201 +++++++++++++++++++++++++++++++++++++++++ NAMESPACE | 8 +- R/htmlunit-package.R | 22 ++++- R/hu-read-html.R | 90 ++++++++++++++++++ R/utils-pipe.R | 11 +++ README.Rmd | 45 ++++++++- README.md | 76 ++++++++++++++++ man/figures/test-url-table.png | Bin 0 -> 17898 bytes man/htmlunit.Rd | 15 ++- man/hu_read_html.Rd | 71 +++++++++++++++ man/pipe.Rd | 12 +++ 12 files changed, 561 insertions(+), 16 deletions(-) create mode 100644 LICENSE create mode 100644 R/hu-read-html.R create mode 100644 R/utils-pipe.R create mode 100644 man/figures/test-url-table.png create mode 100644 man/hu_read_html.Rd create mode 100644 man/pipe.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 1cc26a5..978db4f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: htmlunit Type: Package -Title: htmlunit title goes here otherwise CRAN checks fail +Title: Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library Version: 0.1.0 Date: 2018-12-16 Authors@R: c( @@ -8,17 +8,29 @@ Authors@R: c( comment = c(ORCID = "0000-0001-5670-2640")) ) Maintainer: Bob Rudis -Description: A good description goes here otherwise CRAN checks fail. +Description: 'HtmlUnit' () is a "'GUI'-Less + browser for 'Java' programs". It models 'HTML' documents and provides an 'API' + that allows one to invoke pages, fill out forms, click links and more just like + one does in a "normal" browser. The library has fairly good and constantly + improving 'JavaScript' support and is able to work even with quite complex 'AJAX' + libraries, simulating 'Chrome', 'Firefox' or 'Internet Explorer' depending on + the configuration used. It is typically used for testing purposes or to retrieve + information from web sites. Tools are provided to work with this library + at a higher level than provided by the exposed 'Java' libraries in the + 'htmlunitjars' package. URL: https://gitlab.com/hrbrmstr/htmlunit BugReports: https://gitlab.com/hrbrmstr/htmlunit/issues Encoding: UTF-8 -License: AGPL +License: Apache License 2.0 | file LICENSE Suggests: testthat, covr Depends: - R (>= 3.2.0) -Imports: - httr, - jsonlite + R (>= 3.2.0), + rJava, + htmlunitjars, + rvest RoxygenNote: 6.1.1 +Remotes: hrbrmstr/htmlunitjars +Imports: + magrittr diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..df0bb94 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/NAMESPACE b/NAMESPACE index 5b4b9ae..9a3ad6c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,4 +1,8 @@ # Generated by roxygen2: do not edit by hand -import(httr) -importFrom(jsonlite,fromJSON) +export("%>%") +export(hu_read_html) +import(htmlunitjars) +import(rJava) +import(rvest) +importFrom(magrittr,"%>%") diff --git a/R/htmlunit-package.R b/R/htmlunit-package.R index 6ea4cb4..198959c 100644 --- a/R/htmlunit-package.R +++ b/R/htmlunit-package.R @@ -1,12 +1,24 @@ -#' ... -#' +#' Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library +#' +#' `HtmlUnit` () is _a "'GUI'-Less +#' browser for 'Java' programs". It models 'HTML' documents and provides an 'API' +#' that allows one to invoke pages, fill out forms, click links and more just like +#' one does in a "normal" browser. The library has fairly good and constantly +#' improving 'JavaScript' support and is able to work even with quite complex 'AJAX' +#' libraries, simulating 'Chrome', 'Firefox' or 'Internet Explorer' depending on +#' the configuration used. It is typically used for testing purposes or to retrieve +#' information from web sites._ +#' +#' Tools are provided to work with this library at a higher level than provided by +#' the exposed 'Java' libraries in the [`htmlunitjars`](https://gitlab.com/hrbrmstr/htmlunitjars) +#' package. +#' #' - URL: #' - BugReports: -#' +#' #' @md #' @name htmlunit #' @docType package #' @author Bob Rudis (bob@@rud.is) -#' @import httr -#' @importFrom jsonlite fromJSON +#' @import rvest htmlunitjars rJava NULL diff --git a/R/hu-read-html.R b/R/hu-read-html.R new file mode 100644 index 0000000..7b9de12 --- /dev/null +++ b/R/hu-read-html.R @@ -0,0 +1,90 @@ +#' Read HTML from a URL with Browser Emulation & in a JavaScript Context +#' +#' Use a JavaScript-enabled browser context to read and render HTML from a URL. +#' +#' For the code in the examples, this is the site that is being scraped: +#' +#' \if{html}{ +#' \figure{test-url-table.png}{options: width="100\%" alt="Figure: test-url-table.png"} +#' } +#' +#' \if{latex}{ +#' \figure{test-url-table.png}{options: width=10cm} +#' } +#' +#' Note that it has a table of values but it is rendered via JavaScript. +#' +#' @param url URL to retrieve +#' @param emulate browser to emulate; one of "`best`", "`chrome`", "`firefox`", "`ie`" +#' @param ret what to return; if `html_document` (the default) then the HTML created +#' by the `HtmlUnit` emulated browser context is passed to [xml2::read_html()] +#' and an `xml2` `html_document`/`xml_document` is returned. Note that this causes +#' further HTML processing by `xml2`/`libxml2` so is not _exactly_ what +#' `HtmlUnit` generated. If you want the HTML code (text) without any further +#' processing then use `text` as the value. +#' @param js_delay time (ms) to let loaded javascript to execute; default is 2 seconds (2000 ms) +#' @param timeout overall timeout (ms); `0` == infinite wait (not recommended); note: the +#' timeout is used twice: first in making the socket connection, +#' second for data retrieval. If the time is critical you must +#' allow for twice the time specified here. Default 30s (30000 ms) +#' @param ignore_ssl_errors Should SSL/TLS errors be ignored. The default (`TRUE`) is +#' a current hack due to how `HtmlUnit` seems to handle virtual hosted sites +#' with multiple vhosts and multiple certificates. You can try it with `FALSE` +#' initially and revert back to `TRUE` if you encounter issues. +#' @param enable_dnt Enable the "Do Not Track" header. Default: `FALSE`. +#' @param download_images Download images as the page is loaded? Since this +#' function is a high-level wrapper designed to do a read of HTML, +#' it is recommended that you leave this the default `FALSE` to save +#' time/bandwidth. +#' @param options options to pass to [xml2::read_html()] if `ret` == `html_document`. +#' @return an `xml2` `html_document`/`xml_document` if `ret` == `html_document` else +#' the HTML document text generated by `HtmlUnit`. +#' @export +#' @examples \dontrun{ +#' test_url <- "https://hrbrmstr.github.io/htmlunitjars/index.html" +#' hu_read_html(test_url) +#' } +hu_read_html <- function(url, + emulate = c("best", "chrome", "firefox", "ie"), + ret = c("html_document", "text"), + js_delay = 2000L, + timeout = 30000L, + ignore_ssl_errors = TRUE, + enable_dnt = FALSE, + download_images = FALSE, + options = c("RECOVER", "NOERROR", "NOBLANKS")) { + + emulate <- match.arg(emulate, c("best", "chrome", "firefox", "ie")) + ret <- match.arg(ret, c("html_document", "text")) + + available_browsers <- J("com.gargoylesoftware.htmlunit.BrowserVersion") + + switch( + emulate, + best = available_browsers$BEST_SUPPORTED, + chrome = available_browsers$CHROME, + firefox = available_browsers$FIREFOX_60, + ie = available_browsers$INTERNET_EXPLORER + ) -> use_browser + + wc <- new(J("com.gargoylesoftware.htmlunit.WebClient"), use_browser) + + res <- wc$waitForBackgroundJavaScriptStartingBefore(.jlong(as.integer(js_delay))) + + wc_opts <- wc$getOptions() + wc_opts$setThrowExceptionOnFailingStatusCode(FALSE) + wc_opts$setThrowExceptionOnScriptError(FALSE) + wc_opts$setTimeout(as.integer(timeout)) + + if (ignore_ssl_errors) wc_opts$setUseInsecureSSL(TRUE) + if (enable_dnt) wc_opts$setDoNotTrackEnabled(TRUE) + if (download_images) wc_opts$setDownloadImages(TRUE) + + pg <- wc$getPage(test_url) + + if (ret == "html_document") return(xml2::read_html(pg$asXml(), options = options)) + + return(pg$asText()) + +} + diff --git a/R/utils-pipe.R b/R/utils-pipe.R new file mode 100644 index 0000000..fb8c818 --- /dev/null +++ b/R/utils-pipe.R @@ -0,0 +1,11 @@ +#' Pipe operator +#' +#' See \code{magrittr::\link[magrittr]{\%>\%}} for details. +#' +#' @name %>% +#' @rdname pipe +#' @keywords internal +#' @export +#' @importFrom magrittr %>% +#' @usage lhs \%>\% rhs +NULL diff --git a/README.Rmd b/README.Rmd index 624ed06..1573d0f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,18 +1,38 @@ --- output: rmarkdown::github_document --- - +```{r include=FALSE} +knitr::opts_chunk$set(message=FALSE, warning=FALSE) +``` # htmlunit +Tools to Scrape Dynamic Web Content via the 'HtmlUnit' Java Library + ## Description +`HtmlUnit` () is _a "'GUI'-Less +browser for 'Java' programs". It models 'HTML' documents and provides an 'API' +that allows one to invoke pages, fill out forms, click links and more just like +one does in a "normal" browser. The library has fairly good and constantly +improving 'JavaScript' support and is able to work even with quite complex 'AJAX' +libraries, simulating 'Chrome', 'Firefox' or 'Internet Explorer' depending on +the configuration used. It is typically used for testing purposes or to retrieve +information from web sites._ + +Tools are provided to work with this library at a higher level than provided by +the exposed 'Java' libraries in the [`htmlunitjars`](https://gitlab.com/hrbrmstr/htmlunitjars) +package. + ## What's Inside The Tin The following functions are implemented: +- `hu_read_html`: Read HTML from a URL with Browser Emua;tion & in a JavaScript Context + ## Installation ```{r eval=FALSE} +devtools::install_github("hrbrmstr/htmlunitjars") devtools::install_github("hrbrmstr/htmlunit") ``` @@ -30,3 +50,26 @@ packageVersion("htmlunit") ``` +Something `xml2::read_html()` cannot do, read the table from : + +![](man/figures/test-url-table.png) + +```{r} +test_url <- "https://hrbrmstr.github.io/htmlunitjars/index.html" + +pg <- xml2::read_html(test_url) + +html_table(pg) +``` + +☹️ + +But, `hu_read_html()` can! + +```{r} +pg <- hu_read_html(test_url) + +html_table(pg) +``` + +All without needing a separate Selenium or Splash server instance. \ No newline at end of file diff --git a/README.md b/README.md index 83292ba..a6b7b6b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,78 @@ + # htmlunit +Tools to Scrape Dynamic Web Content via the ‘HtmlUnit’ Java Library + +## Description + +`HtmlUnit` () is *a “‘GUI’-Less +browser for ‘Java’ programs”. It models ‘HTML’ documents and provides an +‘API’ that allows one to invoke pages, fill out forms, click links and +more just like one does in a “normal” browser. The library has fairly +good and constantly improving ‘JavaScript’ support and is able to work +even with quite complex ‘AJAX’ libraries, simulating ‘Chrome’, ‘Firefox’ +or ‘Internet Explorer’ depending on the configuration used. It is +typically used for testing purposes or to retrieve information from web +sites.* + +Tools are provided to work with this library at a higher level than +provided by the exposed ‘Java’ libraries in the +[`htmlunitjars`](https://gitlab.com/hrbrmstr/htmlunitjars) package. + +## What’s Inside The Tin + +The following functions are implemented: + + - `hu_read_html`: Read HTML from a URL with Browser Emua;tion & in a + JavaScript Context + +## Installation + +``` r +devtools::install_github("hrbrmstr/htmlunitjars") +devtools::install_github("hrbrmstr/htmlunit") +``` + +## Usage + +``` r +library(htmlunit) + +# current verison +packageVersion("htmlunit") +``` + + ## [1] '0.1.0' + +Something `xml2::read_html()` cannot do, read the table from +: + +![](man/figures/test-url-table.png) + +``` r +test_url <- "https://hrbrmstr.github.io/htmlunitjars/index.html" + +pg <- xml2::read_html(test_url) + +html_table(pg) +``` + + ## list() + +☹️ + +But, `hu_read_html()` can\! + +``` r +pg <- hu_read_html(test_url) + +html_table(pg) +``` + + ## [[1]] + ## X1 X2 + ## 1 One Two + ## 2 Three Four + ## 3 Five Six + +All without needing a separate Selenium or Splash server instance. diff --git a/man/figures/test-url-table.png b/man/figures/test-url-table.png new file mode 100644 index 0000000000000000000000000000000000000000..e9dbe9ed4ae53edc0ad83420dd87159a3141f723 GIT binary patch literal 17898 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\%} +\alias{\%>\%} +\title{Pipe operator} +\usage{ +lhs \%>\% rhs +} +\description{ +See \code{magrittr::\link[magrittr]{\%>\%}} for details. +} +\keyword{internal}