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
- Host: GitHub
- URL: https://github.com/faruken/aio-tinder
- Owner: faruken
- License: mit
- Archived: true
- Created: 2016-08-11T12:03:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T21:20:48.000Z (over 8 years ago)
- Last Synced: 2025-01-20T22:11:58.904Z (6 months ago)
- Topics: asyncio, python-3-5, python-library, tinder
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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_GradeIntroduction
************
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.