get_profiles: Return user profile informations

Description Usage Arguments Value Examples

View source: R/get_profiles.R

Description

get_profiles return profile informations from username input.

Usage

1
2
3
4
5
6
7
get_profiles(
  username = NULL,
  your_username = NULL,
  your_password = NULL,
  following_input = FALSE,
  retry_download = FALSE
)

Arguments

username

String vector. Specify username accounts

your_username

String. Instagram login user

your_password

String. Instagram login password

following_input

Logical value. Use profiles followed by login-user as input

retry_download

Logical values. Retry download attempts endlessly when errors are received

Value

A tibble and profile metadata

Examples

1
2
3
4
## Not run: 
get_profiles(following_input = TRUE, your_username = "xxxx", your_password = "123")

## End(Not run)

technaut-education/instascraper documentation built on June 13, 2021, 7:42 a.m.