{"id":34042734,"url":"https://github.com/mathead/askhome","last_synced_at":"2026-04-06T06:32:25.186Z","repository":{"id":57411836,"uuid":"84369806","full_name":"mathead/askhome","owner":"mathead","description":"Alexa Skills Kit library for working with Smart Home Skill API written in Python","archived":false,"fork":false,"pushed_at":"2017-06-02T15:25:28.000Z","size":73,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T15:54:25.714Z","etag":null,"topics":["alexa","amazon-echo","python","smarthome"],"latest_commit_sha":null,"homepage":"http://askhome.rtfd.io","language":"Python","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/mathead.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-03-08T21:54:02.000Z","updated_at":"2022-12-17T16:49:57.000Z","dependencies_parsed_at":"2022-09-08T00:52:21.347Z","dependency_job_id":null,"html_url":"https://github.com/mathead/askhome","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mathead/askhome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathead%2Faskhome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathead%2Faskhome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathead%2Faskhome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathead%2Faskhome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathead","download_url":"https://codeload.github.com/mathead/askhome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathead%2Faskhome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["alexa","amazon-echo","python","smarthome"],"created_at":"2025-12-13T22:42:48.769Z","updated_at":"2026-04-06T06:32:25.181Z","avatar_url":"https://github.com/mathead.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Logo](docs/_static/logo.png)](http://askhome.rtfd.io)\n## Askhome - Alexa Smart Home Skills with Python\n[![Build Status](https://travis-ci.org/mathead/askhome.svg?branch=master)](https://travis-ci.org/mathead/askhome)\n[![codecov](https://codecov.io/gh/mathead/askhome/branch/master/graph/badge.svg)](https://codecov.io/gh/mathead/askhome)\n\nAskhome wraps the [Smart Home Skill API](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/smart-home-skill-api-reference) from Alexa Skills Kit (ASK) for Amazon Echo and removes all that ugly boilerplate.\n\nBasic skill in askhome looks like this:\n```python\nfrom askhome import Smarthome, Appliance\n\nclass Star(Appliance):\n    @Appliance.action\n    def turn_on(self, request):\n        ... # Let there be light\n        \nhome = Smarthome()\nhome.add_appliance('star1', Star, name='Sun')\n\nhandler = home.lambda_handler\n```\n\n# Features\n\n* Define what your smart devices can do with simple class interface\n* Askhome then handles device discovery and routes Alexa requests to your methods\n* Requests come in a nice preprocessed object and provide easy to use response methods\n* If something goes wrong, just raise the appropriate exception\n* You don't have to touch the raw JSON requests at all!\n\nCheck out the docs at http://askhome.rtfd.io!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathead%2Faskhome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathead%2Faskhome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathead%2Faskhome/lists"}