BXR
BXR
Pynder gives this Error ```>>> import pynder Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.7/site-packages/pynder/__init__.py", line 1, in from pynder.session import Session # NOQA File "/Library/Python/2.7/site-packages/pynder/session.py",...
Is it possible to **download only a subset** or portion of the data? For example, the data only for: - **one matched user** : **`session.matches(i)`** - **only the ping_time data**...
Is there a way to obtain the **current location coordinates of Self**? Something like: **`session.location`** —> **(LAT, LON)** And any idea as to whether Tinder uses **[Vincenty Distance](https://en.wikipedia.org/wiki/Vincenty's_formulae)** or **[Great-Circle...