get_followers: gets the current followers of a given Twitch user as...

Description Usage Arguments Value

View source: R/functions.R

Description

gets the current followers of a given Twitch user as identified by its user-id

Usage

1
get_followers(client_id, user_id, max_requests = 10, pull_all = F)

Arguments

client_id

A Twitch API client id

user_id

A Twitch user id

max_requests

The max number of requests you want to send (each request returns a maxiumum of 100 followers)

pull_all

Boolean: try to collect all followers or not

Value

A dataframe containing the current information for followers of a Twitch user.


DavidDorn/twitcher documentation built on April 24, 2021, 8:43 a.m.