mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-14 12:59:02 +01:00
Document prerequisites and dependencies
This commit is contained in:
parent
9dea7ac62c
commit
a8e07904da
@ -78,3 +78,11 @@ In order to use MFA, one needs to obtain the MFA_SECRET from Amazon account:
|
|||||||
It is assumed that MFA secured accounts are less likely to get a captcha response during login - that's why MFA might yield better results if the plain username/password didn't work for you.
|
It is assumed that MFA secured accounts are less likely to get a captcha response during login - that's why MFA might yield better results if the plain username/password didn't work for you.
|
||||||
|
|
||||||
http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html
|
http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
* Bourne shell - `/bin/sh` - what these scripts are written in
|
||||||
|
* Curl - `/usr/bin/curl` - required to interact with Amazon web services
|
||||||
|
* oathtool - `/usr/bin/oathtool` - only required if using MFA/2FA
|
||||||
|
* jq - `jq` - **not** needed for `alexa_remote_control_plain.sh` version, see https://stedolan.github.io/jq/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user