pynder
pynder copied to clipboard
Remaining Likes/Superlikes?
is it possible to check how many remaining like/super likes with this api?
I'm interested in this one as well but I think it's not possible except for superlikes.
or even just knowing if a user is out of like/superlikes will be enough
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
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.
session.likes_remaining returns a 401 error in Python 3.6. Am I doing something wrong?