All Projects → verdie-g → Tinder Auto Matcher

verdie-g / Tinder Auto Matcher

Licence: mit
Auto-match people who liked you on Tinder

Labels

Projects that are alternatives of or similar to Tinder Auto Matcher

Umdio
An open API for the University of Maryland
Stars: ✭ 72 (-5.26%)
Mutual labels:  api
Pymarketcap
Python3 API wrapper and web scraper for https://coinmarketcap.com
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Spring Boot Api Project Seed
🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
Stars: ✭ 8,979 (+11714.47%)
Mutual labels:  api
Nextjs Jwt Example
next.js authorization example including private route protection
Stars: ✭ 72 (-5.26%)
Mutual labels:  api
Checklist Tools Website
🍿 The perfect Checklist Website for meticulous developers.
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Directions Api Js Client
JavaScript client for the GraphHopper Directions API
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Goodreads Api Node
Goodreads API wrapper for node.js
Stars: ✭ 72 (-5.26%)
Mutual labels:  api
Ffsend Api
📬 A fully featured Firefox Send API client written in Rust.
Stars: ✭ 75 (-1.32%)
Mutual labels:  api
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Gock
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
Stars: ✭ 1,185 (+1459.21%)
Mutual labels:  api
Api
API Oficial do Te Emprego
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+1453.95%)
Mutual labels:  api
Blog api tutorial
Blog API Written in Python Flask- Part 1: https://www.codementor.io/olawalealadeusi896/restful-api-with-python-flask-framework-and-postgres-db-part-1-kbrwbygx5 Part 2: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-2-l9y8awusp Part 3: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-3-lx7rt8pfk
Stars: ✭ 74 (-2.63%)
Mutual labels:  api
Tapi Yandex Metrika
Библиотека для всех API Яндекс Метрика
Stars: ✭ 74 (-2.63%)
Mutual labels:  api
Zeal
Offline documentation browser inspired by Dash
Stars: ✭ 9,164 (+11957.89%)
Mutual labels:  api
Church Calendar Api
API providing Roman Catholic church calendar data for your apps
Stars: ✭ 72 (-5.26%)
Mutual labels:  api
Openvulnapi
Documentation and Tools for Cisco's PSIRT openVuln API
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Modio Sdk Legacy
SDK for integrating mod.io into your game - a modding API for game developers
Stars: ✭ 75 (-1.32%)
Mutual labels:  api
Sec Edgar Financials
Extract financial data from the SEC's EDGAR database
Stars: ✭ 73 (-3.95%)
Mutual labels:  api
Web Api The Good Parts
《Web API的设计与开发》--知识点整理
Stars: ✭ 74 (-2.63%)
Mutual labels:  api

Tinder Auto-Matcher

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?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].