{ "info": { "author": "Charlie Wolf", "author_email": "charlie@wolf.is", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "pynder\n======\n\nThis is a python client for the `Tinder `_ API.\n\nPlease see the examples for more information on how to use.\n\nYou start by instantiating a pynder.Session object with a Facebook ID and\nFacebook access token.\n\nOnce your session is initialized you have the following methods / attributes:\n::\n\n import pynder\n session = pynder.Session(facebook_id, facebook_auth_token)\n session.matches() # get users you have already been matched with\n session.update_location(LAT, LON) # updates latitude and longitude for your profile\n session.profile # your profile. If you update its attributes they will be updated on Tinder.\n users = session.nearby_users() # returns a list of users nearby\n\nWhen you run nearby_users you will receive a list of `Hopeful` objects. \nThese have the following properties: ::\n\n user = users[0]\n user.bio # their biography\n user.name # their name\n user.photos # a list of photo URLs\n user.thumbnail #a list of thumbnails of photo URLS\n user.age # their age\n user.birth_date # their birth_date\n user.ping_time # last online\n user.distance_km # distane from you\n user.common_connections # friends in common\n user.common_interests # likes in common - returns a list of {'name':NAME, 'id':ID}\n user.get_photos(width=WIDTH) # a list of photo URLS with either of these widths [\"84\",\"172\",\"320\",\"640\"]\n user.instagram_username # instagram username\n user.instagram_photos # a list of instagram photos with these fields for each photo: 'image','link','thumbnail'\n user.schools # list of schools\n user.jobs # list of jobs\n\nYou may run `user.like()`, `user.superlike()` or `user.dislike()` on that user.\n\nFor your list of matches, they will have the same attributes as above except\nyou can't dislike or like them. You can, however, see any messages exchanged\n(`match.messages`) or send them a message yourself \n(`match.message(\"Eyyyy gurl\")`).\n\nPlease let me know if you have any questions or bug reports.\n\nTesting\n-------\n\nTo run the tests add a ``test.ini`` to the ``pynder/tests/`` folder with your\nfacebook auth details::\n\n [FacebookAuth]\n facebook_id = XXXX \n facebook_token = YYYY \n\nAnd install the needed test deps::\n\n $ pip install vcrpy nose coverage\n\nNow we we can run the tests::\n\n $ nosetests pynder --with-coverage --cover-package pynder\n\n**ATTENTION** The recorded request may contain personal data so remove them\nbefore committing.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/charliewolf/pynder", "keywords": "tinder", "license": "Tequila-ware Rev.44", "maintainer": "", "maintainer_email": "", "name": "pynder", "package_url": "https://pypi.org/project/pynder/", "platform": "", "project_url": "https://pypi.org/project/pynder/", "project_urls": { "Homepage": "https://github.com/charliewolf/pynder" }, "release_url": "https://pypi.org/project/pynder/0.0.13/", "requires_dist": null, "requires_python": "", "summary": "A client for the tinder api", "version": "0.0.13" }, "last_serial": 2758729, "releases": { "0.0.1": [], "0.0.10": [ { "comment_text": "", "digests": { "md5": "c2b99eb46e0ed3382358289a692363a9", "sha256": "dd8986d5f2978d74367ab405cc67ae7c6b5fa2ad983d3bfe4c0445ea63002c7b" }, "downloads": -1, "filename": "pynder-0.0.10.tar.gz", "has_sig": false, "md5_digest": "c2b99eb46e0ed3382358289a692363a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6824, "upload_time": "2016-05-11T18:34:56", "url": "https://files.pythonhosted.org/packages/c6/df/dad58fa93f7ec3968f7c421ee19ae098a31f75c397d3177692ad5066451b/pynder-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "5a76abd2b4ce5a4605fa843862474de3", "sha256": "e9c013a730c1357afba1b44013e90ca3d2323888aefa44da64aeb6fa179edf4c" }, "downloads": -1, "filename": "pynder-0.0.11.tar.gz", "has_sig": false, "md5_digest": "5a76abd2b4ce5a4605fa843862474de3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6832, "upload_time": "2016-05-11T18:35:10", "url": "https://files.pythonhosted.org/packages/00/84/e3ea6f6e0233a6865d44d92da7cd5b993079ac71d28cf46ea216ad135d5f/pynder-0.0.11.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "3b14feb12645c42bc795ad4e0a6dc1e5", "sha256": "7893b8fc82c695cf22bc4d5a0cd3259d2ffad38ab950aad58fb8f857868fb29a" }, "downloads": -1, "filename": "pynder-0.0.13.tar.gz", "has_sig": true, "md5_digest": "3b14feb12645c42bc795ad4e0a6dc1e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13075, "upload_time": "2017-04-06T21:01:00", "url": "https://files.pythonhosted.org/packages/03/52/23c473978522779fbfb63091f421c4f76ce1a0a6b954d8ff092e1dcce155/pynder-0.0.13.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7b4d7b5a67476bc671488ccc02b37403", "sha256": "a96fe33ff43e3c3b6aa055e67aac0dcaebbb9743a8a665a80da68454b200d680" }, "downloads": -1, "filename": "pynder-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7b4d7b5a67476bc671488ccc02b37403", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2015-05-13T17:29:43", "url": "https://files.pythonhosted.org/packages/4b/52/20ed8ea428cb80faf64d248f8eabfbf5eeaeea79a2f7b70c2dcdb77c1dc0/pynder-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a742181f84c3466e9bdfd2871b131ac8", "sha256": "d9f183844f4823cd29c8ae50f0b2c331479ead9b3009fd546aeab580e0cbf028" }, "downloads": -1, "filename": "pynder-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a742181f84c3466e9bdfd2871b131ac8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4397, "upload_time": "2015-05-18T21:14:16", "url": "https://files.pythonhosted.org/packages/fd/df/17cad39302bfa525a9bead39150226b66cb888f2eef5ec14f1c8650255a6/pynder-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "aca88452259590094b5e7841c394c48e", "sha256": "8d2f805d43161b9ac819f6bd39e1e07d65da6224349733ebe10288c137e8af56" }, "downloads": -1, "filename": "pynder-0.0.4.tar.gz", "has_sig": false, "md5_digest": "aca88452259590094b5e7841c394c48e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4415, "upload_time": "2015-06-26T16:22:18", "url": "https://files.pythonhosted.org/packages/52/0a/0a959191c1c2612651056a35aefa2a774156ffb33bddb1685fbd8fe6e0b2/pynder-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "df55dd4c604ce32b3bec8b310c3269ed", "sha256": "37610ab5ab59c477efc1941b005f190211bab3e27a42c1928c059c3fff25adba" }, "downloads": -1, "filename": "pynder-0.0.5.tar.gz", "has_sig": false, "md5_digest": "df55dd4c604ce32b3bec8b310c3269ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4635, "upload_time": "2015-08-20T21:30:39", "url": "https://files.pythonhosted.org/packages/55/f1/706d1191ff79e6389df73fff0fd79a5f7696e14b6a89902cd0e874b76b40/pynder-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "ca26b0daadac0c39cc259d64c7c2b197", "sha256": "da771491a68071b15afc6a11c656fd509278c7322e7d0c4571404afe9d56eb09" }, "downloads": -1, "filename": "pynder-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ca26b0daadac0c39cc259d64c7c2b197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5428, "upload_time": "2015-10-28T03:23:08", "url": "https://files.pythonhosted.org/packages/a0/af/fe128c19b20f25a5526ec347fa0953dacb546361e078605c957f6bc6c6e0/pynder-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "d4040b323c5fc03d7aa7ef39a13fcfea", "sha256": "4c0dfda432ee554fdff3cbf9f164bde6d6e6882fdc78f447f2dd544c03c6f3c1" }, "downloads": -1, "filename": "pynder-0.0.8.tar.gz", "has_sig": false, "md5_digest": "d4040b323c5fc03d7aa7ef39a13fcfea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5668, "upload_time": "2015-11-30T19:48:52", "url": "https://files.pythonhosted.org/packages/7d/bf/8bf07bb91a461011cd48370684d8c3501421ce66358ce11438d9dfe7144b/pynder-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "52f8ad88e0c49c2db12049b005646b4c", "sha256": "36dc01f3665f7270d08ac5c45f752ce548650623425e62f93a766f93425c10a2" }, "downloads": -1, "filename": "pynder-0.0.9.tar.gz", "has_sig": false, "md5_digest": "52f8ad88e0c49c2db12049b005646b4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5670, "upload_time": "2015-12-12T21:56:30", "url": "https://files.pythonhosted.org/packages/ff/ca/28759a74bd1f2083767f312ca09d2bd1df4c10bc042e19d4ed35f8a19425/pynder-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b14feb12645c42bc795ad4e0a6dc1e5", "sha256": "7893b8fc82c695cf22bc4d5a0cd3259d2ffad38ab950aad58fb8f857868fb29a" }, "downloads": -1, "filename": "pynder-0.0.13.tar.gz", "has_sig": true, "md5_digest": "3b14feb12645c42bc795ad4e0a6dc1e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13075, "upload_time": "2017-04-06T21:01:00", "url": "https://files.pythonhosted.org/packages/03/52/23c473978522779fbfb63091f421c4f76ce1a0a6b954d8ff092e1dcce155/pynder-0.0.13.tar.gz" } ] }