github.com /verdie-g/tinder-auto-matcherverdie-g/tinder-auto-matcher
2-2 minutes
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. “
Lets head to terminal or we can use
GItpod.io/#https://github.com/gnarlyweb/tinder-auto-matcher
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.”
Lets head to terminal or we can use GItpod.io#gt
Git clone https://github.com/gnarlyweb/tinder-auto-matcher
cd Tinder.AutoMatcher
Then you will need to login to https://tinder.com/
Once you have logged in you will open developer tools by entering your customization tab (Three dots top right in Chrome that is) next head down to more tools & choose developer tools or use the shortcut and press
###
CTRL + SHIFT + I
info for cookie
#########
nano appsettings.json
sudo apt-get install dotnet-sdk-3.1
###########
If you have issues try this:
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo dpkg -i packages-microsoft-prod.deb
sudo dpkg –purge packages-microsoft-prod && sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install {the .NET Core package}
#
Do you want to continue? [Y/n] Y
#
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1
dotnet run -p Tinder.AutoMatcher
Ls
cd ..
dotnet run -p Tinder.AutoMatcher
########
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?
#
Heres my results
#
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: /home/ec2-user/tinder-auto-matcher/Tinder.AutoMatcher
dbug: Tinder.AutoMatcher.Worker[0]
9 people liked you
info: Tinder.AutoMatcher.Worker[0]
You matched Cass
info: Tinder.AutoMatcher.Worker[0]
You matched Denise
info: Tinder.AutoMatcher.Worker[0]
You matched Ivonne
info: Tinder.AutoMatcher.Worker[0]
You matched Jennifer
dbug: Tinder.AutoMatcher.Worker[0]
No more teased recommendations found. Pausing for 2 hours
2-2 minutes
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. “
Lets head to terminal or we can use
GItpod.io/#https://github.com/gnarlyweb/tinder-auto-matcher
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.”
Lets head to terminal or we can use GItpod.io#gt
Git clone https://github.com/gnarlyweb/tinder-auto-matcher
cd Tinder.AutoMatcher
Then you will need to login to https://tinder.com/
Once you have logged in you will open developer tools by entering your customization tab (Three dots top right in Chrome that is) next head down to more tools & choose developer tools or use the shortcut and press
###
CTRL + SHIFT + I
info for cookie
#########
nano appsettings.json
sudo apt-get install dotnet-sdk-3.1
###########
If you have issues try this:
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo dpkg -i packages-microsoft-prod.deb
sudo dpkg –purge packages-microsoft-prod && sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install {the .NET Core package}
#
Do you want to continue? [Y/n] Y
#
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1
dotnet run -p Tinder.AutoMatcher
Ls
cd ..
dotnet run -p Tinder.AutoMatcher
########
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?
#
Heres my results
#
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: /home/ec2-user/tinder-auto-matcher/Tinder.AutoMatcher
dbug: Tinder.AutoMatcher.Worker[0]
9 people liked you
info: Tinder.AutoMatcher.Worker[0]
You matched Cass
info: Tinder.AutoMatcher.Worker[0]
You matched Denise
info: Tinder.AutoMatcher.Worker[0]
You matched Ivonne
info: Tinder.AutoMatcher.Worker[0]
You matched Jennifer
dbug: Tinder.AutoMatcher.Worker[0]
No more teased recommendations found. Pausing for 2 hours