Skip to content

0z4ck/pytinpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytinpy

Usage

[username@hostname]$ python
Python 2.7.14 (default, Sep 22 2017, 15:49:07) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> from tinder import TinderClient
>>>
>>> client = TinderClient("myauthToken")
>>> user_list = client.get_recommendations()["results"]
>>> for user in user_list:
>>>     # do whatever you want ^^

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages