pynder icon indicating copy to clipboard operation
pynder copied to clipboard

Remaining Likes/Superlikes?

Open tredb opened this issue 7 years ago • 5 comments

is it possible to check how many remaining like/super likes with this api?

tredb avatar Mar 26 '17 13:03 tredb

I'm interested in this one as well but I think it's not possible except for superlikes.

DylanVanAssche avatar Mar 26 '17 17:03 DylanVanAssche

or even just knowing if a user is out of like/superlikes will be enough

tredb avatar Apr 13 '17 13:04 tredb

the json response from tinder when you like someone I believe tells you how many likes you have left. Think we just need to change response on function

kennethgoodman avatar Apr 25 '17 12:04 kennethgoodman

session.likes_remaining and session._api.meta()['rating']['super_likes']['remaining'] is what you're looking for.

It seems it would make sense to have a session.super_likes_remaining property though, so I have opened #148.

JCGrant avatar May 10 '17 02:05 JCGrant

session.likes_remaining returns a 401 error in Python 3.6. Am I doing something wrong?

brenly avatar Jun 22 '17 20:06 brenly