snscrape_get_timeline | R Documentation |
Calls Python script to pull status URLs of a user search, rtweet to rehdrate those statuses. See https://github.com/JustAnotherArchivist/snscrape
snscrape_get_timeline( screen_name, n = 100, file = "temp", token = NULL, delete_tempfile = TRUE )
screen_name |
AA twitter username/handle (no"@" required) or user_id (in quotes) |
n |
Maximum number of results - twitter API has 90k rate-limit per 15 minutes |
file |
temporary file name for snscrape URL list, timestamp will be appended. |
token |
An OAuth token loaded in the environment for twitter's Standard API (if not specified, default token will be used) |
delete_tempfile |
Clear temp file of statuses default = TRUE |
test <- snscrape_get_timeline("Jack", n = 1000, file = "test_")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.