-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.39 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
Package: youtubecaption
Title: Downloading YouTube Subtitle Transcription in a Tidy Tibble Data Frame
Version: 1.0.0
Authors@R: c(
person(given = "JooYoung",
family = "Seo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4064-6012")),
person("Soyoung", "Choi", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-0998-3352")))
Description: Although there exist some R packages tailored for YouTube API (e.g., 'tuber'), downloading YouTube video subtitle (i.e., caption) in a tidy form has never been a low-hanging fruit. Using 'youtube-transcript-api Python package' under the hood, this R package provides users with a convenient way of parsing and converting a desired YouTube caption into a handy 'tibble' data_frame object. Furthermore, users can easily save a desired YouTube caption data as a tidy Excel file without advanced programming background knowledge.
SystemRequirements: Anaconda (https://www.anaconda.com/download/)
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
URL: https://github.com/jooyoungseo/youtubecaption
BugReports: https://github.com/jooyoungseo/youtubecaption/issues
Imports:
stringr,
writexl,
reticulate,
purrr,
magrittr,
tibble,
dplyr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown,
covr