{"id":16129474,"url":"https://github.com/kreig303/omdb-bot","last_synced_at":"2025-08-22T06:39:01.438Z","repository":{"id":44149628,"uuid":"179740136","full_name":"kreig303/omdb-bot","owner":"kreig303","description":"Finds film details on IMDB via the OMDB API.","archived":false,"fork":false,"pushed_at":"2023-12-19T17:18:19.000Z","size":557,"stargazers_count":5,"open_issues_count":18,"forks_count":42,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T16:33:36.421Z","etag":null,"topics":["hapi","imdb","omdb","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"https://omdb-bot.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kreig303.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-05T19:09:01.000Z","updated_at":"2025-01-01T19:07:32.000Z","dependencies_parsed_at":"2023-12-20T07:15:35.614Z","dependency_job_id":"aa5318af-f23e-4d81-94fd-90173d83b567","html_url":"https://github.com/kreig303/omdb-bot","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/kreig303/omdb-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreig303%2Fomdb-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreig303%2Fomdb-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreig303%2Fomdb-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreig303%2Fomdb-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kreig303","download_url":"https://codeload.github.com/kreig303/omdb-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreig303%2Fomdb-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599189,"owners_count":24787801,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hapi","imdb","omdb","rest-api","restful-api"],"created_at":"2024-10-09T22:10:56.872Z","updated_at":"2025-08-22T06:39:01.381Z","avatar_url":"https://github.com/kreig303.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omdb-bot\n[![Travis CI Build Status](https://img.shields.io/travis/kreig303/omdb-bot/master.svg)](http://travis-ci.com/kreig303/omdb-bot)\n\u0026nbsp;[![Known Vulnerabilities](https://snyk.io/test/github/kreig303/omdb-bot/badge.svg?targetFile=package.json)](https://snyk.io/test/github/kreig303/omdb-bot?targetFile=package.json)\n\u0026nbsp;[![dependencies Status](https://david-dm.org/kreig303/omdb-bot/status.svg)](https://david-dm.org/kreig303/omdb-bot)\n\u0026nbsp;[![devDependencies Status](https://david-dm.org/kreig303/omdb-bot/dev-status.svg)](https://david-dm.org/kreig303/omdb-bot?type=dev)\n\nFinds film details on IMDB via the OMDB API.\n\n## Prerequisites\n1. [git](https://git-scm.com/downloads).\n2. [Node 12+](https://nodejs.org/en/download/).\n3. [Docker Desktop](https://www.docker.com/products/developer-tools)\n\n## Installation\n```sh\n% git clone https://github.com/kreig303/omdb-bot.git\n% cd omdb-bot\n% npm it\n```\n\n## Configuration\n1. [Register for an OMDB API key](https://www.omdbapi.com/).\n2. Create a `.env` file at the root of the app directory\n3. Configure `.env` as follows. Port 8000 is my default. [YMMV](https://dictionary.cambridge.org/us/dictionary/english/ymmv).\n```env\nPORT=8000\nBOT_KEY=abcdefg\n```\n\n## Usage\n\n### Develop\n```sh\n% npm run start:dev\n```\n### Run\n\n#### Docker\n```sh\n% docker-compose build\n% docker-compose up\n```\n\n#### CLI\n```sh\n% npm start\n```\n\n### Endpoints\n1. ```/api/movie/[title of film]``` (gets movie info)\n2. ```/api/poster/[imdb id for film]``` (gets movie poster)\n\n## History\n\n[Discover the release history by heading on over to the releases page.](https://github.com/kreig303/omdb-bot/releases)\n\n## Contribute\n\nThese amazing people have contributed code to this project:\n\n- [Kreig Zimmerman](https://github.com/kreig303) — [view contributions](https://github.com/kreig303/omdb-bot/commits?author=kreig303)\n\n[Discover how you can contribute by heading on over to the \u003ccode\u003eCONTRIBUTING.md\u003c/code\u003e file.](https://github.com/kreig303/omdb-bot/blob/master/CONTRIBUTING.md#files)\n\n## License\n\nUnless stated otherwise all works are:\n\n- Copyright \u0026copy; 2019-2020 [Kreig Zimmerman](https://github.com/kreig303)\n\nand licensed under:\n\n- [MIT License](http://spdx.org/licenses/MIT.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkreig303%2Fomdb-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkreig303%2Fomdb-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkreig303%2Fomdb-bot/lists"}