-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.1 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
38
39
40
41
42
43
44
45
46
47
Package: traktok
Type: Package
Title: Collecting TikTok Data
Version: 0.0.7.9000
Authors@R:
person(given = "Johannes B.",
family = "Gruber",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9177-1772"))
Description: Getting TikTok data (<https://tiktok.com/>) through the official
and unofficial APIs—in other words, you can track TikTok. Originally a port
of Deen Freelon's Pyktok (<https://github.com/dfreelon/pyktok>) Python module.
License: GPL-3
Depends:
R (>= 4.1.0)
Imports:
askpass,
cli,
cookiemonster,
curl,
dplyr,
glue,
httr2,
jsonlite,
lobstr,
methods,
openssl,
purrr,
rlang,
rvest,
stats,
tibble
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
URL: https://github.com/JBGruber/traktok, https://jbgruber.github.io/traktok/
BugReports: https://github.com/JBGruber/traktok/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-GB
Config/testthat/edition: 3
Config/testthat/parallel: false
VignetteBuilder: knitr