pynder:Tinder API的Python客户端

时间:2024-03-21 12:48:52
【文件属性】:

文件名称:pynder:Tinder API的Python客户端

文件大小:21KB

文件格式:ZIP

更新时间:2024-03-21 12:48:52

Python

粉状 这是 API的python客户端。 请参阅示例以获取有关如何使用的更多信息。 首先通过实例化带有Facebook ID和Facebook访问令牌的pynder.Session对象。 会话初始化后,您将具有以下方法/属性: import pynder session = pynder.Session(facebook_id, facebook_auth_token) #kwargs session.matches() # get users you have already been matched with session.update_location(LAT, LON) # updates latitude and longitude for your profile session.profile # your profile. If you update its a


【文件预览】:
pynder-master
----README.rst(2KB)
----LICENSE.txt(2KB)
----examples()
--------like_recent_messages.py(278B)
--------tinder_social_examples.py(711B)
--------dump_conversation()
--------like_5_users.py(239B)
----.travis.yml(269B)
----tox.ini(32B)
----pynder()
--------models()
--------errors.py(216B)
--------__init__.py(43B)
--------session.py(3KB)
--------tests()
--------api.py(5KB)
--------constants.py(882B)
----setup.cfg(41B)
----setup.py(1KB)
----CHANGES.txt(142B)
----.gitignore(62B)

网友评论