kodi-alexa

  • Hi,
    Ich habe heute mal den skill for Amazon Alexa gebaut.


    Habe aber kein Alexa kann es also nicht Final testen. Scheint aber das alles gebaut wurde.


    Man braucht nur den Anweisungen in README.md folgen.


    Bei kodi-voice musste ich der Anleitung folgen. Hatte ich aber auch voher unabhängig von kodi-alexa gebaut, und installiert.


    This is a skill for Amazon Alexa that allows you to control one or more instances of Kodi with your voice.


    https://github.com/m0ngr31/kodi-alexa


    Build on DM900

    Code
    git clone https://github.com/m0ngr31/kodi-alexa.git
    cd kodi-alexa
    git pull
    virtualenv venv
    source venv/bin/activate
    pip install -r requirements.txt
    pip install packaging zappa lambda-packages


    README.md


    gruß pclin

    9 Mal editiert, zuletzt von pclin ()

  • ls -la venv

    Code
    (venv) [18:40 root@dm900 kodi-alexa] > ls -la venv
    total 28K
    drwxr-xr-x 6 root root 4,0K Dez 31 18:16 .
    drwxr-xr-x 5 root root 4,0K Dez 31 18:05 ..
    drwxr-xr-x 2 root root 4,0K Dez 31 18:16 bin
    drwxr-xr-x 2 root root 4,0K Dez 31 18:05 include
    drwxr-xr-x 3 root root 4,0K Dez 31 18:05 lib
    drwxr-xr-x 3 root root 4,0K Dez 31 18:16 man
    -rw-r--r-- 1 root root   60 Dez 31 18:05 pip-selfcheck.json


    ls -la venv/bin


    ls -la venv/lib/python2.7


    gruß pclin

  • Einige Beispiele des gebauten
    zappa


    flask


    (venv) [21:20 root@dm900 bin] > ./futurize --help
    futurize


    gunicorn


    gruß pclin

    Einmal editiert, zuletzt von pclin ()