pynder
pynder copied to clipboard
Getting no recommendations at all
Yesterday the example seemed to work, but today I get no users. Could it be that because of changing locations my user has been banned? If not, do you have any other idea for why it might happen? Thanks.
Maybe you set the location incorrectly, try login with official Tinder client and see if it works
you may have too many likes. tinder sees you as a bot. try to delete your account and start over.
poll /profile and check for banned property
there is a 12 hour rate limit for likes. if you surpass that, you will have to wait 12 hours.
If you like too many or poll too often I've seen that you get back "recs limited"
try this:
def recsLimited(session):
return session._api._request("post","/user/recs",data={"limit": 1})['message'] == 'recs limited'