pynder:Tinder API的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.zip
(预估有个30文件)
pynder-master
README.rst
2KB
LICENSE.txt
2KB
examples
like_recent_messages.py
278B
tinder_social_examples.py
711B
dump_conversation
dump.py
1KB
requirements.txt
12B
like_5_users.py
239B
暂无评论