{"id":21201670,"url":"https://github.com/oleander/imdb_lists","last_synced_at":"2025-10-24T02:12:39.230Z","repository":{"id":56877448,"uuid":"1418519","full_name":"oleander/imdb_lists","owner":"oleander","description":"Get easy access to any public IMDb list using Ruby","archived":false,"fork":false,"pushed_at":"2011-09-23T11:40:35.000Z","size":604,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T19:21:16.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/oleander/imdb_vote_history","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oleander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-27T17:32:29.000Z","updated_at":"2013-12-13T13:51:46.000Z","dependencies_parsed_at":"2022-08-20T11:30:55.629Z","dependency_job_id":null,"html_url":"https://github.com/oleander/imdb_lists","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fimdb_lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fimdb_lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fimdb_lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fimdb_lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/imdb_lists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654400,"owners_count":20325893,"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-11-20T20:10:27.275Z","updated_at":"2025-10-24T02:12:39.153Z","avatar_url":"https://github.com/oleander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IMDb Lists\n\nGet easy access to any public [IMDb](http://www.imdb.com/) [movie list](http://www.imdb.com/lists).\n\n## How to use\n\n### Find by url\n\n``` ruby\nrequire \"imdb_lists\"\nresult = ImdbLists.fetch(\"http://www.imdb.com/user/ur10777143/ratings\")\n\nresult.movies.count # =\u003e 693\nresult.movies.first.title # =\u003e Die Hard\n```\n\n## Data to work with\n\n### Accessors\n \n- **name** (String) List name.\n- **url** (String) Full URL to the IMDb list itself.\n- **movies** (Array) A list of movies.\n- **csv** (String) Url to movie CSV file.\n\n### A movie object\n\nThe `movies` method returns a list of movies.\n \n- **id** (String) IMDb movie id.\n- **title** (String) Movie title.\n- **directors** (Array\u003c String \u003e) A list of directors.\n- **rating** (Fixnum) Movie rating, from 0.0 to 10.0.\n- **runtime** (Fixnum) Runtime in minutes.\n- **genres** (Array\u003c String \u003e) A list of genres.\n- **votes** (Fixnum) The amount of votes.\n- **released_at** (Time) When was the movie released?\n- **details** (String) Url to a [IMDb details](http://www.imdb.com/title/tt0095016/) page.\n- **created_at** (Time) When was it added to the given list?\n- **order** (Fixnum) Where is the movie?\n \n#### Only for [vote lists](http://www.imdb.com/user/ur10777143/ratings)\n\n- **you_rated** (Fixnum) Your rating, from 0.0 to 10.0.\n \n## How do install\n\n    [sudo] gem install imdb_lists\n    \n## How to use it in a rails 3 project\n\nAdd `gem 'imdb_lists'` to your Gemfile and run `bundle`.\n\n## Requirements\n\n*IMDb Lists* is tested in OS X 10.6.6, 10.7.1 using Ruby 1.9.2.\n\n## License\n\n*IMDb Lists* is released under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fimdb_lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Fimdb_lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fimdb_lists/lists"}