{ "info": { "author": "Nick Ficano", "author_email": "nficano@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "=================\nShiver me Tinders\n=================\nA lightweight wrapper around the Tinder undocumented API.\n\nRequirements\n============\n\n- Python 2.6+ (2.7 or 3.4 recommended)\n- PIP (for some installation methods)\n- GIT (for some installation methods)\n\nInstallation\n============\n\nIf you are on Mac OS X or Linux, chances are that one of the following two commands will work for you:\n\nInstallation\n============\n\nUsing PIP via PyPI\n\n.. code:: bash\n\n pip install shiver_me_tinders\n\nUsing PIP via Github\n\n.. code:: bash\n\n pip install git+git://github.com/NFicano/shiver-me-tinders.git#egg=shiver_me_tinders\n\nAdding to your ``requirements.txt`` file (run ``pip install -r requirements.txt`` afterwards)\n\n.. code:: bash\n\n git+ssh://github.com/NFicano/shiver-me-tinders.git#egg=shiver_me_tinders\n\nManually via GIT\n\n.. code:: bash\n\n git clone git://github.com/NFicano/shiver-me-tinders.git shiver-me-tinders\n cd shiver-me-tinders\n python setup.py install\n\n\nUsage Example\n=============\n\n.. code:: python\n\n from shiver_me_tinder import Tinder\n tinder = Tinder(fb_token='xxx', fb_id=1001, lat=40.0, lon=-70.0)\n\n # Or initialize it with a yaml file (see included config.yaml.sample).\n tinder = Tinder.config_from_file('/path/to/file/config.yaml')\n\n matches = Tinder.get_matches()\n for match in matches:\n # Show users' name + photos.\n print match.name, match.photos\n\n # Now tip your hat at them...\n tinder.like(match)\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nficano/shiver-me-tinders/tarball/0.1.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nficano/shiver-me-tinders", "keywords": "tinder", "license": "Copyright (c) 2015 Nick Ficano (http://nickficano.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sub-license, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice, and every other copyright notice found in this\nsoftware, and all the attributions in every file, and this permission notice\nshall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "shiver_me_tinders", "package_url": "https://pypi.org/project/shiver_me_tinders/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/shiver_me_tinders/", "project_urls": { "Download": "https://github.com/nficano/shiver-me-tinders/tarball/0.1.2", "Homepage": "https://github.com/nficano/shiver-me-tinders" }, "release_url": "https://pypi.org/project/shiver_me_tinders/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A lightweight wrapper around Tinder's API.", "version": "0.1.2" }, "last_serial": 1681600, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "cd1bd214ad11aedf275cbe978fe984d8", "sha256": "756fc0d43171ee57cad345ca47f4af2bd160662142a590a34bdb48f5ac3d0f1a" }, "downloads": -1, "filename": "shiver_me_tinders-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cd1bd214ad11aedf275cbe978fe984d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3905, "upload_time": "2015-08-18T02:35:03", "url": "https://files.pythonhosted.org/packages/53/00/fcc2914e106ea396da42bf0d7f66fdf6d07a7be807cba3e0967c51744158/shiver_me_tinders-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "11de8c5ca3c8bcc0cd4774904bc6443b", "sha256": "d7f83d5fda1a0db4c39081febfbb0f2f5fe6a47052a401fc5d556e681eec53e0" }, "downloads": -1, "filename": "shiver_me_tinders-0.1.2.tar.gz", "has_sig": false, "md5_digest": "11de8c5ca3c8bcc0cd4774904bc6443b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3916, "upload_time": "2015-08-18T02:39:45", "url": "https://files.pythonhosted.org/packages/a4/1d/17749f7a0706cab41d5ebae62d3e362c7ef2d032a15b8464fa5e6eb26e5a/shiver_me_tinders-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11de8c5ca3c8bcc0cd4774904bc6443b", "sha256": "d7f83d5fda1a0db4c39081febfbb0f2f5fe6a47052a401fc5d556e681eec53e0" }, "downloads": -1, "filename": "shiver_me_tinders-0.1.2.tar.gz", "has_sig": false, "md5_digest": "11de8c5ca3c8bcc0cd4774904bc6443b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3916, "upload_time": "2015-08-18T02:39:45", "url": "https://files.pythonhosted.org/packages/a4/1d/17749f7a0706cab41d5ebae62d3e362c7ef2d032a15b8464fa5e6eb26e5a/shiver_me_tinders-0.1.2.tar.gz" } ] }