{"id":21330661,"url":"https://github.com/josephschmitt/alexa-libby","last_synced_at":"2025-07-12T09:30:54.689Z","repository":{"id":138662794,"uuid":"93582081","full_name":"josephschmitt/alexa-libby","owner":"josephschmitt","description":"A skill to ask Alexa about your Movie and TV Show library queues.","archived":false,"fork":false,"pushed_at":"2022-06-08T10:02:13.000Z","size":1056,"stargazers_count":52,"open_issues_count":18,"forks_count":18,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-04T22:12:44.536Z","etag":null,"topics":["alexa-skill","alexa-skills-kit","couchpotato","lambda","node-lambda","radarr","sickbeard","sonarr","sonarr-pvr"],"latest_commit_sha":null,"homepage":"https://josephschmitt.github.io/alexa-libby/","language":"JavaScript","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/josephschmitt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-06-07T02:08:26.000Z","updated_at":"2024-12-23T12:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"51262787-1d55-4ecd-9f1c-637065f5bbcb","html_url":"https://github.com/josephschmitt/alexa-libby","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/josephschmitt/alexa-libby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephschmitt%2Falexa-libby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephschmitt%2Falexa-libby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephschmitt%2Falexa-libby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephschmitt%2Falexa-libby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephschmitt","download_url":"https://codeload.github.com/josephschmitt/alexa-libby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephschmitt%2Falexa-libby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264972147,"owners_count":23691375,"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":["alexa-skill","alexa-skills-kit","couchpotato","lambda","node-lambda","radarr","sickbeard","sonarr","sonarr-pvr"],"created_at":"2024-11-21T22:23:36.528Z","updated_at":"2025-07-12T09:30:54.677Z","avatar_url":"https://github.com/josephschmitt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libby Alexa Skill\n\nAsk [Alexa](http://alexa.design) about your Movie and TV Show library queues.\n\n[![GitHub version](https://badge.fury.io/gh/josephschmitt%2Falexa-libby.svg)](https://badge.fury.io/gh/josephschmitt%2Falexa-libby)\n[![CircleCI](https://circleci.com/gh/josephschmitt/alexa-libby.svg?style=shield)](https://circleci.com/gh/josephschmitt/alexa-libby)\n[![codecov](https://codecov.io/gh/josephschmitt/alexa-libby/branch/master/graph/badge.svg)](https://codecov.io/gh/josephschmitt/alexa-libby)\n\nThis is a skill built for Amazon's Alexa service that tells you about your\n[Couch Potato](https://couchpota.to), [Sickbeard](http://sickbeard.com),\n[Sonarr](https://sonarr.tv), or [Radarr](http://radarr.video) queue. It allows you to ask Alexa the\nfollowing:\n\n\u003e Alexa, ask Libby to add the movie The Godfather\n\u003e\n\u003e Alexa, ask Libby to add the movie The Godfather released in 1974\n\u003e\n\u003e Alexa, ask Libby if the film The Dark Knight is on the list\n\u003e\n\u003e Alexa, ask Libby if the film Batman 1989 is on the list\n\u003e\n\u003e Alexa, ask Libby to add the show Silicon Valley\n\u003e\n\u003e Alexa, ask Libby if the series Jessica Jones is on the list\n\nYou can read more about how the project works on the\n[Wiki](https://github.com/josephschmitt/alexa-libby/wiki/).\n\n### Alexa Development Resources\n- [Getting Started with the Alexa Skills Kit](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/getting-started-guide)\n- [Developing an Alexa Skill as a Lambda Function](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/developing-an-alexa-skill-as-a-lambda-function)\n\n### Libby Configuration\n- [The Config File](https://github.com/josephschmitt/alexa-libby/wiki//The-Config-File)\n- [Anatomy of the Config](https://github.com/josephschmitt/alexa-libby/wiki//Anatomy-of-the-Config)\n- [Sample Configs](https://github.com/josephschmitt/alexa-libby/wiki//Sample-Configs)\n\n### Running the Project\n\nTo get the project up and running on AWS Lambda and the Alexa Developer Dashboard, follow these\nguides:\n\n- [Creating a Lambda Function](https://github.com/josephschmitt/alexa-libby/wiki//Creating-a-Lambda-Function)\n- [Using the Pre-packaged Zip File](https://github.com/josephschmitt/alexa-libby/wiki//Using-the-Pre-packaged-Zip-File)\nor [Producing a Package From Source](https://github.com/josephschmitt/alexa-libby/wiki//Producing-a-Package-From-Source)\n- [Creating the AWS Alexa Skill](https://github.com/josephschmitt/alexa-libby/wiki//Creating-the-AWS-Alexa-Skill)\n\nIf you run into trouble, there are a few troubleshooting sections to help (contributions here\nespecially welcome):\n- [Troubleshooting Lambda](https://github.com/josephschmitt/alexa-libby/wiki//Troubleshooting-Lambda)\n- [Troubleshooting the Interaction Model](https://github.com/josephschmitt/alexa-libby/wiki//Troubleshooting-the-Interaction-Model)\n- [Troubleshooting Intent Slots](https://github.com/josephschmitt/alexa-libby/wiki//Troubleshooting-Intent-Slots)\n\n### Local Development\n\nIf you're interested in contributing to the project, you can learn more about the project's\nstructure here:\n- [Project Structure](https://github.com/josephschmitt/alexa-libby/wiki//Project-Structure)\n- [Testing Changes](https://github.com/josephschmitt/alexa-libby/wiki//Testing-Changes)\n- [Running Unit Tests](https://github.com/josephschmitt/alexa-libby/wiki//Running-Unit-Tests)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephschmitt%2Falexa-libby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephschmitt%2Falexa-libby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephschmitt%2Falexa-libby/lists"}