crockpotveggies / tinderbox

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.
http://crockpotveggies.com/2015/02/09/automating-tinder-with-eigenfaces.html
Other
1.93k stars 290 forks source link

The app should be updated to handle the current Tinder API limits. #105

Open jeremygottfried opened 6 years ago

jeremygottfried commented 6 years ago

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.