Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

faruken/aio-tinder

Repository files navigation

image

Development Status

Code Climate

image

image

Introduction

Asynchronous Tinder API client written in Python that targets Python 3.5 and above.

Tinder API request/responses are captured with mitmproxy.

Note

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.

Installation

$ pip install aio-tinder

Example

There's an example code in examples folder to get the recommended users from Tinder with this library.