mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-14 12:59:02 +01:00
commit
2945ca36f0
17
README.md
17
README.md
@ -2,6 +2,23 @@
|
|||||||
# alexa-remote-control
|
# alexa-remote-control
|
||||||
control Amazon Alexa from command Line
|
control Amazon Alexa from command Line
|
||||||
|
|
||||||
|
The settings can now be controlled via environment variables.
|
||||||
|
```
|
||||||
|
EMAIL - your login email
|
||||||
|
PASSWORD - your login password
|
||||||
|
BROWSER - the User-Agent your browser sends in the request header
|
||||||
|
LANGUAGE - the Accept-Language your browser sends in the request header
|
||||||
|
AMAZON - your Amazon domain
|
||||||
|
ALEXA - the URL you would use for the Alexa Web App
|
||||||
|
CURL - location of your cURL binary
|
||||||
|
OPTS - any cURL options you require
|
||||||
|
TMP - location of the temp dir
|
||||||
|
```
|
||||||
|
You will very likely want to set the language to:
|
||||||
|
```
|
||||||
|
export LANGUAGE='de,en-US;q=0.7,en;q=0.3'
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
alexa-remote-control [-d <device>|ALL] -e <pause|play|next|prev|fwd|rwd|shuffle|repeat|vol:<0-100>> |
|
alexa-remote-control [-d <device>|ALL] -e <pause|play|next|prev|fwd|rwd|shuffle|repeat|vol:<0-100>> |
|
||||||
-b [list|<"AA:BB:CC:DD:EE:FF">] | -q | -r <"station name"|stationid> |
|
-b [list|<"AA:BB:CC:DD:EE:FF">] | -q | -r <"station name"|stationid> |
|
||||||
|
Loading…
Reference in New Issue
Block a user