Skip to content

enric1994/tinderquiz

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 

This Tinder bot is a gamechat where girls are challenged to answer 9 questions correctly

My system perform two operations:

  • Hit random likes (200 per day)
  • Answer questions to my matches

Example

Here's my profile photo (I focused on catalan girls, so all the texts are in Catalan):

Basically, I present myself and explain the challenge.

Then, when the bot match with a girl, it sends the first question: Wich is the capital of Sweden?

And when the bot detects the correct answer (Estocolm in Catalan) it sends the next question:

And so on...


Integration with Telegram

I used Telegram bot that inform me of the new girls that complete the quiz:

Infrastructure

  • In order to communicate with the Tinder API I used this Python wrapper.
  • The full system was deployed at AWS (Amazon Web Services) under a free tier machine.