Tinder Auto Matcher Save Abandoned

Auto-match people who liked you on Tinder

Project README

Tinder Auto-Matcher

The Tinder API now returns server-side blurred pictures and no identifiers that could be matched to the unblurred pictures so this project doesn't work anymore.

Overview

The goal of Tinder Auto-Matcher is to dehumanize as much as it can social interactions. This is achieved by automatically liking back people who liked you Tinder to create a match without having to swipe one second. The next step would be to send you an email everyday with recapitulation of today's matches.

Usage

  • First you need your Tinder's authentication token. Log in to tinder.com, open the developer console, type localStorage.getItem("TinderWeb/APIToken") and save the returned value.
  • Write the X-Auth-Token value in the token key in Tinder.AutoMatcher/appsettings.json.
  • Install .NET Core SDK 3.X.
  • Finally, dotnet run -p Tinder.AutoMatcher to launch the worker.

How does it work?

Tinder has a section where one can see the blurred pictures of the people who liked you. To see the real profiles, you have to get Tinder Gold.

However the Tinder API send unblurred pictures and the blurring is computed on the client side. Thereby, you can see the real pictures just by disabling some CSS rules. These pictures are in very low definition though.

This project works by saving the ids of the "blurred" images and then finds them in your recommendations feed.

F.A.Q

Q: I didn't get any match even tough Tinder tells me that I got X+ likes!?

A: Several reasons could explain that:

  • These users are now out of range
  • They are not in your elo anymore
  • You swiped them left when you were swiping like a muggle
  • Recommendations are sometimes really random so the program works better in the long run. Don't except to match everyone on the first try

Q: Son, how did you meet your girlfriend?

Open Source Agenda is not affiliated with "Tinder Auto Matcher" Project. README Source: verdie-g/tinder-auto-matcher
Stars
89
Open Issues
2
Last Commit
9 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating