Skip to content

lomacks/TinderSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Automatically swipe through tinder with filters

  • Filter by name
  • Filter by age

How to run

  1. Open filterSearch.js
  2. Copy code
  3. Head over to Tinder | Swipe. Match. Chat.
  4. Log in and right click anywhere on the white background and select Inspect Element in the pop-up window.
  5. Click the console tab and paste in code.
  6. Decide what kind of filtering you want. Change true/false-statement of filterByName/filterByName to what you wish to filter by.
  7. Change the placeholder values for desiredName and desiredAge. Variables will only be taken into account if filters are activated (See last step)
  8. Hit enter and watch the magic unfold!

As of latest version, the script will halt when it finds a matching result based on the filters. To continue searching, hit like or dislike on the matching profile, and the script will continue.

Example filter (filtering by both name and age)

var filterByName = true; //found on line 12 var filterByAge = true; //found on line 13

var desiredName = "Barack"; //found on line 15 var desiredAge = "56"; //found on line 16

About

Script to automatically swipe through tinder with name and age filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%