Skip to main content

Python implementation of Alexa Voice Service App

Project description

Python Alexa Voice Service App

https://img.shields.io/pypi/v/avs.svg https://img.shields.io/travis/respeaker/avs.svg Documentation Status

Features

  • Implement Alexa Voice Service API v20160207

  • Support DuerOS AVS compatible service

To do

  • Alerts interface

  • Speaker interface

  • Notifications interface

Usage

  1. register for an Amazon Developer Account.

  2. create a file named config.json with your product_id, client_id and client_secret:

    {
        "product_id": "x",
        "client_id": "y",
        "client_secret": "z"
    }
  3. run:

    pip install avs
    alexa-auth config.json  # oauth
    alexa-tap               # press enter and talk

License

  • Free software: GNU General Public License v3

Credits

This project is based on nicholas-gh/python-alexa-client.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.3 (2017-07-11)

  • use gstreamer to play audio stream

  • support dueros avs compatible service

  • many improments

0.0.2 (2017-07-05)

  • rename alexa util to alexa-tap

  • add oauth util alexa-auth

0.0.1 (2017-07-04)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

avs-0.0.3.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

avs-0.0.3-py2.py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page