{ "info": { "author": "Jay Marcyes", "author_email": "jay@marcyes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "Wishlist\n========\n\nPython library to grab your Amazon wishlist so you can mess with it\nprogrammatically.\n\nDependencies\n------------\n\nWhat do I need if I have a private wishlist?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nWishlist depends on `Brow `__ in order\nto login from the command line (including 2 factor if enabled), and Brow\ndepends on Selenium and Firefox to be installed, so you'll need to read\n`Brow's README `__\nif you need help installing those on Linux.\n\nWhat do I need if I have a public wishlist?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nNothing special, ``pip install wishlist`` should cover you, jump down to\n\"Commandline wishlist access\" and get started.\n\n1 minute gettings started\n-------------------------\n\nAuthentication for private lists\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIs your wishlist private? Then you will need to authenticate on the\ncommand line:\n\n::\n\n $ wishlist auth\n\nThis will prompt you to signin and will even handle 2-factor\nauthentication, after you signin your cookies will be saved so you can\nrun now access your Amazon wishlist.\n\nCommandline wishlist access\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can check access to your wishlist on the command line by running:\n\n::\n\n $ wishlist dump NAME\n\nwhere ``NAME`` is the part of a url like\n``https://www.amazon.com/gp/registry/wishlist/NAME``, so, if your\nwishlist was found at:\n``https://www.amazon.com/gp/registry/wishlist/9YDNFG31NSSRL`` then you\nwould run:\n\n::\n\n $ wishlist dump 9YDNFG31NSSRL\n\nProgrammatic wishlist access\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you wanted to do something in another python script, you can do:\n\n.. code:: python\n\n from wishlist.core import Wishlist\n\n name = \"9YDNFG31NSSRL\"\n w = Wishlist(name)\n for item in w:\n print(w.jsonable())\n\nYou can check the\n`wishlist.core.WishlistElement `__\ncode to understand the structure of each wishlist item.\n\nInstallation\n------------\n\nuse pip:\n\n::\n\n $ pip install wishlist\n\nOr be bleeding edge:\n\n::\n\n $ pip install \"git+https://github.com/Jaymon/wishlist#egg=wishlist\"\n\nRegions\n-------\n\nTo change Amazon region from the default (amazon.com) to another (e.g.\namazon.co.uk) just set the environment variable WISHLIST\\_HOST, for\nexample:\n\n::\n\n export WISHLIST_HOST=https://amazon.co.uk\n\nOther things\n------------\n\n- Why are you using Firefox for logging in? Why not Chrome? I tried to\n get it to work in Chrome but headless Chrome doesn't have all the\n features needed to work out authentication on the command line.\n\n- Would you rather use php? `There's a library for\n that `__ (`also\n related `__).\n\n- `Amazon's advertising\n api `__,\n this is where the officially supported wishlist api used to live.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Jaymon/wishlist", "keywords": "", "license": "GPLv2+", "maintainer": "", "maintainer_email": "", "name": "wishlist", "package_url": "https://pypi.org/project/wishlist/", "platform": "", "project_url": "https://pypi.org/project/wishlist/", "project_urls": { "Homepage": "http://github.com/Jaymon/wishlist" }, "release_url": "https://pypi.org/project/wishlist/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "Amazon wishlist scraper", "version": "0.2.2" }, "last_serial": 3743129, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7ec0c4b77d5f63ac551a1704cf7cc8b9", "sha256": "3a9f09b670f0d7707289f3f617f1fcf80fd203505e35d9a9ed9c870b01e0e5c2" }, "downloads": -1, "filename": "wishlist-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7ec0c4b77d5f63ac551a1704cf7cc8b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2044, "upload_time": "2016-09-02T07:52:28", "url": "https://files.pythonhosted.org/packages/a7/75/1fd69965fae9752bb9a0439414bc9c43e8c2d412363c0f600ee79bd7f6e8/wishlist-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "fa00172acb3671fc98b190523a3e97b0", "sha256": "114f0f111ed15442390a86bf8933c97053387db824a6371f4c5786a9769a46a4" }, "downloads": -1, "filename": "wishlist-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fa00172acb3671fc98b190523a3e97b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2069, "upload_time": "2016-09-02T07:57:53", "url": "https://files.pythonhosted.org/packages/57/af/1e2fa60e5cd359d18222e8ab3a36a6baff9be28fd99eed3cbfa72536f180/wishlist-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "555b8968c3e73176fe90b96487e2ff83", "sha256": "5c523168a1fe8a65d778227ffcf87c128348eccd11774439e1bdb085e84f9630" }, "downloads": -1, "filename": "wishlist-0.0.3.tar.gz", "has_sig": false, "md5_digest": "555b8968c3e73176fe90b96487e2ff83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2072, "upload_time": "2016-09-02T09:24:02", "url": "https://files.pythonhosted.org/packages/2d/6f/70bf30d64bef45db7f06c719b322703d946e94f215079a4e2074419affee/wishlist-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "177dc18207a6cba1c241cdb5dce54c6e", "sha256": "45d65cdfa61c851297bc6bd9e19bffea3ba32f39d30f74decb86dc576c4205b7" }, "downloads": -1, "filename": "wishlist-0.0.4.tar.gz", "has_sig": false, "md5_digest": "177dc18207a6cba1c241cdb5dce54c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6389, "upload_time": "2016-09-02T09:28:00", "url": "https://files.pythonhosted.org/packages/06/bb/3c5b6d33ffdb20d3f3eaac24fc1234c4f63b10616da3d655dc0ac983b94c/wishlist-0.0.4.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "4c4708a2413d423698881f81b356b339", "sha256": "a5a97cc1a125eccc2e78ba1571d6c6b3c226a8cd1e7c16a3d8c1939c5a7380b6" }, "downloads": -1, "filename": "wishlist-0.0.8.tar.gz", "has_sig": false, "md5_digest": "4c4708a2413d423698881f81b356b339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9036, "upload_time": "2016-09-08T09:04:57", "url": "https://files.pythonhosted.org/packages/09/5c/ac43da11160d9d09b77cffabf92eb14e43b9cafe8475cf5bd9dab5ca9ca5/wishlist-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "76b54db23d68c66dee9027c262d9e15d", "sha256": "ee5bab8c98c3f5672ee2f55c9a3881e2cf3542f30d1d7b6e740bbf3658a0d157" }, "downloads": -1, "filename": "wishlist-0.0.9.tar.gz", "has_sig": false, "md5_digest": "76b54db23d68c66dee9027c262d9e15d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9909, "upload_time": "2016-09-11T07:30:13", "url": "https://files.pythonhosted.org/packages/f7/53/538bce9df0a4ccc7d76e996d501302e840f4e4b50ebb65489734aa575b9f/wishlist-0.0.9.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6bf22138864dea553e5d5e613565ca73", "sha256": "3362a59ee83e3c7be4dd4bccc17238b6c26d7e463cc4849cf21fdc599be040c8" }, "downloads": -1, "filename": "wishlist-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6bf22138864dea553e5d5e613565ca73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10350, "upload_time": "2016-09-18T00:55:04", "url": "https://files.pythonhosted.org/packages/bd/64/582cf186de1103d540b143288b6f5aa8f7c7c02f997dde1715694e0b30ea/wishlist-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a99c1064978aa68cbf67d494411e700e", "sha256": "1e0d780ab836798614fe280b242ff8fbc5592df4f3f60d1417c901dedc0c4fc4" }, "downloads": -1, "filename": "wishlist-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a99c1064978aa68cbf67d494411e700e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11306, "upload_time": "2016-12-24T10:04:41", "url": "https://files.pythonhosted.org/packages/e8/8e/1a228f2f15bbf3c1b6b0c8f7e387f32ca5e09682c2936f38bb470acce5f2/wishlist-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6b1ac67406b73328a7a42aa015d7020e", "sha256": "9d7059733e7c0497b6fa337c2ac3a008bdcf0a53f9cdeb93fe6d43f12ad6deea" }, "downloads": -1, "filename": "wishlist-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6b1ac67406b73328a7a42aa015d7020e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9468, "upload_time": "2017-12-04T06:53:41", "url": "https://files.pythonhosted.org/packages/47/27/11807668fde962485351fc52b88bbc334732415bff3fea3cf3a650c4f39a/wishlist-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f56ddd8193f27a04f7f8d59f73a8dd80", "sha256": "31af2f97f689d4e55ca90da3d244f41ee50503beb84b9917bf3b017e6df490ff" }, "downloads": -1, "filename": "wishlist-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f56ddd8193f27a04f7f8d59f73a8dd80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9902, "upload_time": "2018-02-16T08:38:19", "url": "https://files.pythonhosted.org/packages/09/a2/c76743cccca929ac6c8e8491f5c686ad44852f0bfe1695703087a15842b3/wishlist-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "98b41cb73401bce21e40b4131db7d32a", "sha256": "18a4a0b7e81645267218bab62bd040b019de0b93e3be5aa152ad688575200a00" }, "downloads": -1, "filename": "wishlist-0.2.2.tar.gz", "has_sig": false, "md5_digest": "98b41cb73401bce21e40b4131db7d32a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9995, "upload_time": "2018-04-07T06:57:53", "url": "https://files.pythonhosted.org/packages/4d/bc/30d4c0fcda177b673bdb727ab81a64a80158146a7c91b84f9c0523c518e8/wishlist-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98b41cb73401bce21e40b4131db7d32a", "sha256": "18a4a0b7e81645267218bab62bd040b019de0b93e3be5aa152ad688575200a00" }, "downloads": -1, "filename": "wishlist-0.2.2.tar.gz", "has_sig": false, "md5_digest": "98b41cb73401bce21e40b4131db7d32a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9995, "upload_time": "2018-04-07T06:57:53", "url": "https://files.pythonhosted.org/packages/4d/bc/30d4c0fcda177b673bdb727ab81a64a80158146a7c91b84f9c0523c518e8/wishlist-0.2.2.tar.gz" } ] }