{"id":17197147,"url":"https://github.com/michaelhelmick/hulu","last_synced_at":"2025-04-13T20:51:04.239Z","repository":{"id":8089735,"uuid":"9503732","full_name":"michaelhelmick/hulu","owner":"michaelhelmick","description":"A Python library to interact with Hulu's \"hidden\" 2.0 API","archived":false,"fork":false,"pushed_at":"2013-08-04T05:00:49.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T11:13:15.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelhelmick.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-17T17:47:20.000Z","updated_at":"2019-10-13T07:24:53.000Z","dependencies_parsed_at":"2022-09-18T16:35:14.039Z","dependency_job_id":null,"html_url":"https://github.com/michaelhelmick/hulu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Fhulu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Fhulu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Fhulu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhelmick%2Fhulu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhelmick","download_url":"https://codeload.github.com/michaelhelmick/hulu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782278,"owners_count":21160716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T01:55:34.961Z","updated_at":"2025-04-13T20:51:04.220Z","avatar_url":"https://github.com/michaelhelmick.png","language":"Python","readme":"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 \u003chttps://github.com/adammagana\u003e`_) created a PHP library (`found here \u003chttps://github.com/adammagana/hulu-php-library/\u003e`_) 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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhelmick%2Fhulu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelhelmick%2Fhulu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhelmick%2Fhulu/lists"}