Go to file
adn77 17f2befd78 new script (cookie and data extraction automated)
This script automates the login process to amazon. Cookie and CSRF are extracted and stored while session exists.
For more information, see http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html
2017-10-18 19:28:30 +02:00
README.md Update README.md 2016-12-25 16:21:36 +01:00
alexa-pandora.sh first commit 2016-12-25 09:10:29 +01:00
alexa-pause.sh Create alexa-pause.sh 2016-12-25 15:36:40 +01:00
alexa-tunein.sh first commit 2016-12-25 09:10:29 +01:00
alexa-volume.sh Update alexa-volume.sh 2016-12-25 09:55:32 +01:00
alexa_remote_control.sh new script (cookie and data extraction automated) 2017-10-18 19:28:30 +02:00
alexia-next.sh Create alexia-next.sh 2016-12-25 15:37:27 +01:00
alexia-play.sh Create alexia-play.sh 2016-12-25 15:40:38 +01:00

README.md

alexa-remote-control

control Amazon Alexa from command Line (set volume, select station from tunein or pandora)

Please find more details here: https://www.gehrig.info/alexa/Alexa.html

More commands - not yet in a script... but easy for DIY:

Shuffle on/off:

CMD='{"type":"ShuffleCommand","shuffle":true}'

CMD='{"type":"ShuffleCommand","shuffle":false}'

Repeat on/off:

CMD='{"type":"RepeatCommand","repeat":true}'

CMD='{"type":"RepeatCommand","repeat":false}'

+30Sek / -30Sek (e.g. for Books)

CMD='{"type":"ForwardCommand"}'

CMD='{"type":"RewindCommand"}'