{ "info": { "author": "Mike Helmick", "author_email": "mikehelmick@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Hulu\n====\n\n``hulu`` attempts to make it easy for developers to interact with the `Hulu`_ \"hidden\" 2.0 API\n\nThe Story\n---------\n\nA friend of mine, (`@adammagana `_) created a PHP library (`found here `_) to interact with the `Hulu`_ \"hidden\" 1.0 API. The 1.0 API only returns XML, but someone opened up an issue revealing some 2.0 endpoints that return JSON.\n\nSince JSON is easier to work with in Python than XML is, I took it upon myself to try an open up their API to other developers.\n\nFeatures\n--------\n\n- List companies that have shows/videos on Hulu\n- List videos from a specific show\n- List trailers available on Hulu\n- Find the position of a given video within the shows video list\n- (Kind of) Much more!\n\nInstallation\n------------\n\n::\n\n $ pip install hulu\n\nExample Usage\n-------------\n::\n\n from hulu import Hulu\n h = HuluAPI()\n try:\n h.get_companies()\n except HuluError as e:\n print e\n\n try:\n h.get_video_info(441295)\n except HuluError as e:\n print e\n\n\nContribute\n----------\n\nIf anyone has additional information (such as; paramters taken to given API methods, extra API methods not yet found, etc.) please feel free to open a Pull Request! :)\n\nTODO\n----\n\n- Figure out authentication!\n\nSome API methods require authentication, yet I haven't been able to figure out how to authenticate to make those API calls, these API calls include:\n::\n\n api/2.0/plus_upsell.json\n api/2.0/favorited_show_ids\n api/2.0/queued_video_ids\n\n\n.. _Hulu: http://hulu.com/\n.. _adammagana: https://github.com/adammagana", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/michaelhelmick/hulu/tree/master", "keywords": "hulu python api json", "license": "Copyright (c) 2013, Mike Helmick\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "hulu", "package_url": "https://pypi.org/project/hulu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hulu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/michaelhelmick/hulu/tree/master" }, "release_url": "https://pypi.org/project/hulu/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python library to interact with Hulu's \"hidden\" 2.0 API.", "version": "0.1.0" }, "last_serial": 793099, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "918a2e4c9ac4eecc17ba1abacfd21ab2", "sha256": "7ef32d36c1ea17a564e69d705fbb54883f57af8f9c70b03dc318d10e201292ae" }, "downloads": -1, "filename": "hulu-0.1.0.tar.gz", "has_sig": false, "md5_digest": "918a2e4c9ac4eecc17ba1abacfd21ab2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3941, "upload_time": "2013-04-17T21:00:02", "url": "https://files.pythonhosted.org/packages/02/6d/237a04bc64931e0354f6a7a4d9c5575d91f5646e4f6cf5fe5e1a24e18854/hulu-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "918a2e4c9ac4eecc17ba1abacfd21ab2", "sha256": "7ef32d36c1ea17a564e69d705fbb54883f57af8f9c70b03dc318d10e201292ae" }, "downloads": -1, "filename": "hulu-0.1.0.tar.gz", "has_sig": false, "md5_digest": "918a2e4c9ac4eecc17ba1abacfd21ab2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3941, "upload_time": "2013-04-17T21:00:02", "url": "https://files.pythonhosted.org/packages/02/6d/237a04bc64931e0354f6a7a4d9c5575d91f5646e4f6cf5fe5e1a24e18854/hulu-0.1.0.tar.gz" } ] }