{"id":16792826,"url":"https://github.com/maddox/imdb-party","last_synced_at":"2025-03-17T03:30:46.893Z","repository":{"id":1110533,"uuid":"978954","full_name":"maddox/imdb-party","owner":"maddox","description":"IMDB client using the IMDB API that their iPhone app uses","archived":false,"fork":false,"pushed_at":"2013-07-17T04:05:55.000Z","size":176,"stargazers_count":118,"open_issues_count":9,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T22:35:47.179Z","etag":null,"topics":["imdb","movie","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maddox.png","metadata":{"files":{"readme":"README.md","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":"2010-10-11T16:15:42.000Z","updated_at":"2025-01-06T17:45:59.000Z","dependencies_parsed_at":"2022-08-16T12:05:06.430Z","dependency_job_id":null,"html_url":"https://github.com/maddox/imdb-party","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddox%2Fimdb-party","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddox%2Fimdb-party/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddox%2Fimdb-party/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddox%2Fimdb-party/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maddox","download_url":"https://codeload.github.com/maddox/imdb-party/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841204,"owners_count":20356441,"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":["imdb","movie","ruby"],"created_at":"2024-10-13T08:47:21.687Z","updated_at":"2025-03-17T03:30:46.617Z","avatar_url":"https://github.com/maddox.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImdbParty!\n\n## How To Use\n\n### Create an instance\n\n    imdb = ImdbParty::Imdb.new\n    imdb = ImdbParty::Imdb.new(:anonymize =\u003e true) # this will anonymize your requests to prevent getting your ip banned\n\n\n### Search for a movie by title\n\n    imdb.find_by_title(\"The Dark Knight\") =\u003e [{:title =\u003e \"The Dark Knight\", :year =\u003e \"2008\", :imdb_id =\u003e \"tt0468569\"}, {:title =\u003e \"Batman Unmasked\", ...}]\n\n### Get a movie by its imdb_id\n\n    movie = imdb.find_movie_by_id(\"tt0468569\")\n\n    movie.title =\u003e \"The Dark Knight\"\n    movie.rating =\u003e 8.1\n    movie.certification =\u003e \"PG-13\"\n\n### Get a movie trailer poster\n    \n    movie = imdb.find_movie_by_id(\"tt1210166\")\n\n    movie.trailer_url =\u003e \"http://ia.media-imdb.com/images/M/MV5BODM1NDMxMTI3M15BMl5BanBnXkFtZTcwMDAzODY1Ng@@._V1_.jpg\"\n\n### Find the top 250 movies of all time\n\n    imdb.top_250 =\u003e [{:title =\u003e \"Shawshank Redemption\", :year =\u003e \"1994\", :imdb_id =\u003e \"tt0111161\"}, {:title =\u003e \"The Godfather\", ...}]\n\n### Get the currently popular tv shows\n\n    imdb.popular_shows =\u003e [{:title =\u003e \"Glee\", :year =\u003e \"2009\", :imdb_id =\u003e \"tt1327801\"}, {:title =\u003e \"Dexter\", ...}]\n\n## Running the tests\n\n### Install dependencies\n\n    gem install jeweler\n    gem install shoulda\n    gem install httparty\n\n### Run the tests\n\n    rake test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaddox%2Fimdb-party","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaddox%2Fimdb-party","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaddox%2Fimdb-party/lists"}