{"id":16391710,"url":"https://github.com/jcrodriguez1989/rtinder","last_synced_at":"2025-03-23T04:31:44.092Z","repository":{"id":144177524,"uuid":"126035088","full_name":"jcrodriguez1989/Rtinder","owner":"jcrodriguez1989","description":"Package: Access to Tinder API in R","archived":false,"fork":false,"pushed_at":"2019-06-03T23:19:00.000Z","size":57,"stargazers_count":15,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T17:56:49.041Z","etag":null,"topics":["api","like","r","swipe","tinder","tinder-api"],"latest_commit_sha":null,"homepage":"https://jcrodriguez1989.github.io/Rtinder/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcrodriguez1989.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-20T14:57:14.000Z","updated_at":"2022-08-27T01:41:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2646cbc-b517-45bf-a7d1-8377f343d21e","html_url":"https://github.com/jcrodriguez1989/Rtinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrodriguez1989%2FRtinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrodriguez1989%2FRtinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrodriguez1989%2FRtinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrodriguez1989%2FRtinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcrodriguez1989","download_url":"https://codeload.github.com/jcrodriguez1989/Rtinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056889,"owners_count":20553855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","like","r","swipe","tinder","tinder-api"],"created_at":"2024-10-11T04:47:06.965Z","updated_at":"2025-03-23T04:31:44.067Z","avatar_url":"https://github.com/jcrodriguez1989.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"Rtinder: Unofficial API Tinder for R\"\noutput: github_document\n---\n\nR client for accessing Tinder's API.\n\nI 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**.\n\nSince the tinder API is not publicly open. Without the github repository\nhttps://github.com/fbessez/Tinder , Rtinder would not have been possible.\n\n## Features\n\n* Provides an interface to the tinder API.\n\n* Allows swiping, getting matches, sending messages, among other functions.\n\n## Installation\n\nRtinder is only available as a GitHub package. To install it run the following\nfrom an R console:\n\n```{r eval=FALSE}\nif (!require(\"remotes\")) {\n  install.packages(\"remotes\")\n}\nremotes::install_github(\"jcrodriguez1989/Rtinder\")\n```\n\n## Usage\n\nFrom an R console type:\n\n```{r}\nlibrary(\"Rtinder\")\n```\n```{r eval=FALSE}\n# When first using Rtinder, we should configure the account.\n# It will save (by default) the config file in ~/.tinderAccount.R\n# It will save just the access token, not the mail nor the password.\n# Wont send info to any server besides Facebook.\n# You can see configAccount, it is open source ;)\nconfigAccount(\"MY_FB_REGISTERED_MAIL\", \"MY_FB_PASSWORD\")\n\n# or by SMS with\nconfigAccountSms(MY_PHONE_NUM) # configAccountSms(543516881918)\n```\n```{r eval=TRUE}\n# Now we can check if it can connect to tinder.\n# login() must be executed each time we load Rtinder library.\ninvisible(login())\n# And finally we can start swiping!\nmySwipes \u003c- getSwipes()\n# mySwipes is a list\nfstSwipe \u003c- mySwipes[[1]]\n# fstSwipe is a list\nnames(fstSwipe)\nnames(fstSwipe$user)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrodriguez1989%2Frtinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcrodriguez1989%2Frtinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrodriguez1989%2Frtinder/lists"}