rOpenSec / whoapi

A client library for whoapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whoapi

Bindings to the whoapi.com domain information API.

Author: Oliver Keyes
License: MIT
Status: In development

Description

whoapi is an R API client for whoapi.com, a repository of information about internet domains including registration and WHOIS data, page rank and content metadata. Functionality includes:

  1. Retrieving WHOIS information and registration data about a domain;
  2. Identifying its prominence according to Alexa and Pagerank's algorithms;
  3. Geolocating the domain name, and;
  4. Checking it against common domain blacklists.

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.

Installation

To get the released version:

install.packages("whoapi")

To get the development version:

devtools::install_github("ironholds/whoapi", ref = "0.1.0")

About

A client library for whoapi.com

License:Other


Languages

Language:R 100.0%