kodi-alexa
Use the code here: https://github.com/m0ngr31/kodi-alexa On the Ubuntu server: sudo apt-get install python-pip libapache2-mod-wsgi git-core python-levenshtein sudo pip install requests yaep pytz pycountry fuzzywuzzy cd /var/www/html/ git clone https://github.com/m0ngr31/kodi-alexa.git sudo nano /etc/apache2/sites-available/default-ssl.conf …and add the following line to towards the bottom of the file: WSGIScriptAlias /kodi-alexa /var/www/html/kodi-alexa/wsgi.py cp .env.wsgi .env nano .env …and add IP…