An open API service indexing awesome lists of open source software.

https://github.com/faruken/aio-tinder

Asynchronous Tinder API client
https://github.com/faruken/aio-tinder

asyncio python-3-5 python-library tinder

Last synced: 6 months ago
JSON representation

Asynchronous Tinder API client

Awesome Lists containing this project

README

        

.. image:: https://api.travis-ci.org/faruken/aio-tinder.svg
.. image:: https://img.shields.io/pypi/status/aio-tinder.svg
:target: https://pypi.python.org/pypi/aio-tinder
:alt: Development Status
.. image:: https://codeclimate.com/github/faruken/aio-tinder/badges/gpa.svg
:target: https://codeclimate.com/github/faruken/aio-tinder
:alt: Code Climate
.. image:: https://img.shields.io/codacy/grade/d8ea83742f744fe9afb7f7c9158b6154/master.svg
.. image:: https://api.codacy.com/project/badge/Grade/d8ea83742f744fe9afb7f7c9158b6154
:target: https://www.codacy.com/app/alwayscocacola/aio-tinder?utm_source=github.com&utm_medium=referral&utm_content=faruken/aio-tinder&utm_campaign=Badge_Grade

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
************

.. code-block:: bash

$ pip install aio-tinder

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