charliewolf / pynder

:fire: Python client for tinder api
Other
638 stars 142 forks source link

Is 'user.like()' working ?????? #202

Closed sudokzt closed 5 years ago

sudokzt commented 5 years ago

print(user.like()) This result is 'false' print(user.dislike()) This result is [response message]

Is 'user.like()' working ??????

cjekel commented 5 years ago

Yes, user.like() is working. You'll get a different message after user.like() when it's a match.

sudokzt commented 5 years ago

Ahhhhh! Thank you!