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

Development Status Code Climate

https://api.codacy.com/project/badge/Grade/d8ea83742f744fe9afb7f7c9158b6154

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.