An open API service indexing awesome lists of open source software.

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`

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/))