Added /v2/fast-match/teasers API call to get one non blurred image for each of the last 10 people to have like you.
Added a custom endpoint method to dynamically call any Tinder endpoint.
Refactor
new Tinder_API class, with instance methods from:
tinder_api.py functions
tinder_api_sms.py functions
phone_auth_token.py functions
replaced double quotes with single quotes when not interpolating strings
renamed some methods and parameters
ex: get_all_matches => get_matches
renamed features.py to helpers.py
decoupled helpers from API calls so that helper function should be called with the API response data as a parameter, rather than calling the API directly
renamed fb_auth_token.py to facebook_auth_token.py
removed commented code
removed print calls
Updated setup.py
Documentation:
added docstring documentation for files, functions, and methods
Fixed:
get_all_matches
API call.Added
/v2/fast-match/teasers
API call to get one non blurred image for each of the last 10 people to have like you.Added a custom endpoint method to dynamically call any Tinder endpoint.
Refactor
tinder_api.py
functionstinder_api_sms.py
functionsphone_auth_token.py
functionsget_all_matches
=>get_matches
features.py
tohelpers.py
fb_auth_token.py
tofacebook_auth_token.py
Updated
setup.py
Documentation:
README.md
andTinder API.ipynb