R client for accessing Tinder’s API.

I could not find any scientific project for which to use Tinder data, I would love to be informed about the idea that comes to you.

Since the tinder API is not publicly open. Without the github repository https://github.com/fbessez/Tinder , Rtinder would not have been possible.

Features

  • Provides an interface to the tinder API.

  • Allows swiping, getting matches, sending messages, among other functions.

Installation

Rtinder is only available as a GitHub package. To install it run the following from an R console:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("jcrodriguez1989/Rtinder")

Usage

From an R console type:

library("Rtinder")
## [1] "You have been successfully authorized!"
## [1] "type"         "user"         "facebook"     "spotify"     
## [5] "distance_mi"  "content_hash" "s_number"     "teaser"      
## [9] "teasers"
names(fstSwipe$user)
## [1] "_id"        "bio"        "birth_date" "name"       "photos"    
## [6] "gender"     "jobs"       "schools"