Asynchronous Tinder API client written in Python that targets Python 3.5 and above.
Tinder API request/responses are captured with mitmproxy.
This library is Python 3.5 and above only. It relies on asyncio and type hinting henceforth the library is not compatible with the previous Python versions.
$ pip install aio-tinder
There's an example code in examples folder to get the recommended users from Tinder with this library.