mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2025-04-02 00:33:16 +02:00

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
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"}'
Description
Languages
Shell
100%