You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# alexa-cookie-cli
2
2
Binary of https://github.com/Apollon77/alexa-cookie (using pkg - https://github.com/vercel/pkg), get the [latest release here](https://github.com/adn77/alexa-cookie-cli/releases/latest).
3
3
4
-
Without any further ado this will open a proxy of the Amazon login page on http://localhost:8080.
4
+
Without any further ado this will open a proxy of the Amazon login page on http://127.0.0.1:8080.
5
5
6
6
**ATTENTION: without any options, the app is pre-programmed for a German Amazon account!**
7
7
@@ -14,16 +14,15 @@ Usage: cli [options]
14
14
15
15
Options:
16
16
-q, --quiet Non-interactive, output refresh_token on StdOut and exit
17
-
-l, --logger <log target> Where to log to
17
+
-d, --debug Turn on debug output to StdOut
18
+
-A, --deviceAppName <AppName> optional: Name of the Device registered with the Alexa app (default: alexa_cookie_cli)
18
19
-p, --amazonPage <page> optional: possible to use with different countries, default is "amazon.de"
19
20
-b, --baseAmazonPage <amazon.com|amazon.co.jp> optional: Change the Proxy Amazon Page - all "western countries" directly use amazon.com! Change to amazon.co.jp for Japan
20
21
-a, --amazonPageProxyLanguage <lang> optional: language to be used for the Amazon Sign-in page the proxy calls. default is "de_DE"
21
22
-L, --acceptLanguage <lang> optional: webpage language, should match to amazon-Page, default is "de-DE"
22
-
-u, --userAgent <Browser> optional: own userAgent to use for all request, overwrites default one, should not be needed
23
-
-H, --proxyOwnIp <hostname> provide own IP or hostname to later access the proxy. needed to setup all rewriting and proxy stuff internally (default: "localhost")
23
+
-H, --proxyOwnIp <IP of localhost> provide own IP(!) to later access the proxy. needed to setup all rewriting and proxy stuff internally (default: "127.0.0.1")
24
24
-P, --proxyPort <port> optional: use this port for the proxy, default is 8080 (default: 8080)
25
25
-B, --proxyListenBind <IP> optional: set this to bind the proxy to a special IP, default is "0.0.0.0"
26
-
-V, --proxyLogLevel <error|warn|info|debug> optional: Loglevel of Proxy, default "warn"
0 commit comments