{"id":19318477,"url":"https://github.com/manycoding/imdb-parser","last_synced_at":"2025-02-24T05:10:21.158Z","repository":{"id":26124319,"uuid":"29568880","full_name":"manycoding/imdb-parser","owner":"manycoding","description":"Fetch ratings through OMDB API","archived":false,"fork":false,"pushed_at":"2015-02-26T05:44:22.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T04:28:48.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/manycoding.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":"2015-01-21T03:18:58.000Z","updated_at":"2015-02-26T05:44:22.000Z","dependencies_parsed_at":"2022-08-26T04:12:16.017Z","dependency_job_id":null,"html_url":"https://github.com/manycoding/imdb-parser","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/manycoding%2Fimdb-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manycoding%2Fimdb-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manycoding%2Fimdb-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manycoding%2Fimdb-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manycoding","download_url":"https://codeload.github.com/manycoding/imdb-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420982,"owners_count":19798502,"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-10T01:18:44.925Z","updated_at":"2025-02-24T05:10:21.130Z","avatar_url":"https://github.com/manycoding.png","language":"Ruby","readme":"# imdb-parser\nThis is a simple script to read movies data (title\u0026year) from CSV, get their rating from IMDB through OMDB API, and write down the list, sorted by rating. Parallelizing is done through Celluloid\n\n\n## Dependencies\n\nCSV\n\nomdb https://github.com/jvanbaarsen/omdb\n\ncelluloid\n\n\n## Installation\n\t\n\tGet ruby and gems if you still haven't - http://rubyinstaller.org/\n\tDownload omdb https://github.com/jvanbaarsen/omdb\n\n\t$ gem install celluloid\n\t$ cd omdb_folder\n\t$ gem build omdb.gemspec \n\t$ gem install omdb-1.0.4.gem\n\n\n## Usage\n\n\tinput file format - CSV file, including title, year (optional) (sample input)[https://drive.google.com/file/d/0B-mR_eT8iE68NU1JcEMycmJ4R00/view]\n\toutput - title year -- rating\n\n\t$ ruby imdbParser.rb input.csv\n\t$ ruby imdbParser.rb input.csv output.txt\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanycoding%2Fimdb-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanycoding%2Fimdb-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanycoding%2Fimdb-parser/lists"}