-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: ScrapeBotR
Type: Package
Title: Orchestrate Instances and Retrieve Data from a ScrapeBot Database
Version: 0.6.7
Authors@R:
person(given = 'Mario',
family = 'Haim',
email = '[email protected]',
role = c('aut', 'cre'))
Description: ScrapeBotR (with "R") allows to easily retrieve (large amounts of) data from a ScrapeBot installation.
The package provides easy-to-use functions to read and export instances, recipes, runs, log information, and data. It also allows to bulk-download screenshots from S3. Thereby, the package plugs neatly into the tidyverse as it makes heavy use of tibbles.
The ScrapeBot (without "R") is a tool for so-called "agent-based testing" to automatically visit, modify, and scrape a defined set of webpages regularly. It was built to automate various web-based tasks and keep track of them in a controllable way for academic research, primarily in the realm of computational social science.
License: file LICENSE
URL: https://github.com/MarHai/ScrapeBotR
BugReports: https://github.com/MarHai/ScrapeBotR/issues
Encoding: UTF-8
Imports:
aws.s3,
configr,
DBI,
dplyr,
jsonlite,
magick,
magrittr,
openssl,
paws,
readr,
RMariaDB,
ssh,
stringr,
tibble
Suggests:
testthat
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)