DEV Community

Discussion on: 😛 Useless Code for Tinder 😛

Collapse
 
crimsonmed profile image
Médéric Burlet • Edited

When I was bored I made a tinder finder.

  • Tinder gives you distance between you and target
  • You can change your position via parameters in the web request
  • With a little algorithm and automatically changing position after few location jumps you can pinpoint the target's location

Hint: Used a variance of a trilateration algorithm

Ouput:

tinder-track-output

Collapse
 
rehanvdm profile image
Rehan van der Merwe

This is scary can you really change your position in the params of the web request? Also how accurate was this?

Collapse
 
crimsonmed profile image
Médéric Burlet • Edited

Yep just open the dev tools on tinder web and then look at the request. You can also use location spoofer plugins for your browser.

For accuracy I guess it would go down to 1km as this is the shortest distance tinder shows. If it was more accurate Tinder would face some issues.

However without knowing how tinder handles distance we can't know how precise it is.

It still is a fun project to code however

Collapse
 
0xkoji profile image
0xkoji

nice!