https://github.com/firefart/alexa
Some sample alexa skills using the `Alexa Skills Kit SDK for Python`
https://github.com/firefart/alexa
alexa alexa-custom-skill alexa-sdk alexa-skill alexa-skills-kit python
Last synced: about 1 month ago
JSON representation
Some sample alexa skills using the `Alexa Skills Kit SDK for Python`
- Host: GitHub
- URL: https://github.com/firefart/alexa
- Owner: firefart
- License: mit
- Created: 2018-11-17T19:33:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T07:16:41.000Z (over 5 years ago)
- Last Synced: 2025-01-25T10:28:26.429Z (3 months ago)
- Topics: alexa, alexa-custom-skill, alexa-sdk, alexa-skill, alexa-skills-kit, python
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Alexa
This repository contains some alexa skills for playing around with some echos and see what's possible using skills.
The skills are using the `Alexa Skills Kit SDK for Python` because I hate NodeJS and there is no golang SDK available yet.
Sadly most of the examples are NodeJS based so feel free to take this repository as a reference for Python based skills and learn from it.
## Python SDK
[https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/](https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/)
## Stuff used
- Internationalisation (i18n)
- Display Interface## Decision Maker
Helps with policy based decisions. Always returns no
## DNS Lookup
Does DNS lookups (also reverse lookups)
## Percentage Calculator
Calculates percent from a given number
## Random Number Generator
Generates a random number. Always returns 4 ([https://xkcd.com/221/](https://xkcd.com/221/))