knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

safebrowsing : retrieve ASN & URL info from Google Safe Browsing

If you're not familiar with Google's "Safe Browing" "service", you should probably go here and read up on it before using this package.

Note also that this is package relies on undocumented APIs and could break if Google changes how they call the underlying XHR requests.

The following functions are implemented:

News

Installation

devtools::install_github("hrbrmstr/safebrowsing")
options(width=120)

Usage

library(safebrowsing)

# current verison
packageVersion("safebrowsing")

gsb_site_status(c("http://fgcdiesel.cl/encrypted.exe", 
                  "http://rud.is/", "http://dds.ec/"))

gsb_asinfo("largest", 7)

gsb_as_ts("10439")

Test Results

library(safebrowsing)
library(testthat)

date()

test_dir("tests/")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/safebrowsing documentation built on May 17, 2019, 5:13 p.m.