Automate Tinder swiping and introductions with Eigenfaces and StanfordNLP. NOTE: support for this project has been sunset, and the original author has since directed efforts towards Bernie AI.
There is no fail-safe built into the program to prevent a user from swiping 1000s of photos in an hour. New match recommendations come in following get requests, but they get backlogged because a user can only like x number of profiles per day, and the bot takes a while to parse each photo's data. You constantly get warned Tinderbot is under pressure (tasks queue > 500). Sometimes you even get heap overflow 'java.lang.OutofMemoryError: Java heap space.' Because so many tasks are backlogged. I'm also getting 'java.lang.NullPointerException' error frequently when trying to fetch updates and 'Internal server error' for analytics/sentiments requests.
There is no fail-safe built into the program to prevent a user from swiping 1000s of photos in an hour. New match recommendations come in following get requests, but they get backlogged because a user can only like x number of profiles per day, and the bot takes a while to parse each photo's data. You constantly get warned
Tinderbot is under pressure (tasks queue > 500).
Sometimes you even get heap overflow 'java.lang.OutofMemoryError: Java heap space.' Because so many tasks are backlogged. I'm also getting 'java.lang.NullPointerException' error frequently when trying to fetch updates and 'Internal server error' for analytics/sentiments requests.