Skip to content

Wraps various APIs to classify domains.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

schochastics/domainator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domainator

R-CMD-check

domainator wraps various APIs and provides lists to classify domains. This includes

APIs

Lists

domainator is part of a series of R packages to analyse webtracking data:

Installation

You can install the development version of domainator like so:

#install.packages("remotes")
remotes::install_github("schochastics/domainator")

Authentication

In all cases, you need to add API keys/secrets/tokens to the .Renviron file (for example using usethis::edit_r_environ())

Web Shrinker

Get the API Key and Secret from here.
Add SHRINKER_TOKEN="your-access-key:your-secret-key" to .Renviron

Klazify

Get the API Bearer token from here.
Add KLAZIFY_TOKEN="your-token" to .Renviron

whoisxmlapi

Get the API key from here.
Add WHOISXML_TOKEN="your-token" to .Renviron

linkpreview

Get the API key from here.
Add LINKPREVIEW_TOKEN="your-token" to .Renviron

Achknowledgement

The hexsticker was created from

About

Wraps various APIs to classify domains.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages