Description Usage Arguments Details Value Author(s) Examples
View source: R/setup_botscan.R
Initialize Keys, Tokens, and Secrets for Twitter Access
1 2 3 4 5 6 7 | setup_botscan(
rapidapi_key,
consumer_key,
consumer_secret,
access_token,
access_token_secret
)
|
rapidapi_key |
A string representing the RapidAPI key |
consumer_key |
A string representing the consumer key |
consumer_secret |
A string representing the consumer secret |
access_token |
A string representing the access token |
access_token_secret |
A string representing the access token secret |
Takes a Twitter query and produces the percentage of users within that conversation that are likely to be bots.
A list of length two with components
rapidapi_key |
The RapidAPI key |
twitter_app_auth |
A list of length four, including the consumer_key, consumer_secret, access_token, and access_token_secret |
Ryan T. Moore
1 2 3 4 | ## Not run: bom <- setup_botscan("a", "b", "c", "d", "e")
# The above example fails, since each key, secret, or token must be created
# by the user via ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.