dhharris / pinder

A desktop application for Tinder
MIT License
5 stars 0 forks source link

Tinder API is outdated #3

Open dhharris opened 5 years ago

dhharris commented 5 years ago

It seems like Tinder has changed their API. We will need to modify the pynder library in order for things to work again. It doesn't seem like @charliewolf is actively developing pynder anymore so if I cannot make a PR then I will fork the library or include it in this repo.

Nope.. I have another error... screen shot 2017-05-12 at 4 27 25 pm

probably older version of pynder doesn't work correct with current Tinder API...

Originally posted by @kozakl in https://github.com/dhharris/pinder/issues/1#issuecomment-301092452

dhharris commented 5 years ago

Hey @MMcintire96! I saw your repository and I was wondering if your Tinder API is a drop-in replacement for pynder? What are the major differences, if any?

I also see that you are having issues with FB auth, which I worked on in 34b6ccc5fb2b7d3b8d8cebe91c2bf1f022f202cb. Perhaps you would be interested in collaborating? I could use some help integrating your API into my desktop app.

fjleon1980 commented 5 years ago

there's a pynder fork with 4 patches that somewhat works, you will be able to search users and extract some information. likes don't seem to work though

MMcintire96 commented 5 years ago

I haven’t used it in 6 months so I’m not sure what is still working.

It might not be 100% drop in replacement but I tried to keep it similar to use. From my example.py you can see that it is very similar to pynder.

Auth is different but it seems that you solved fb auth already. Based on what I’ve seen of this repo, my api wrapper should be a simple switch.

dhharris commented 5 years ago

Thanks @MMcintire96. I will update my repo and (at some point) make a PR to your repo for the auth.