Skip to content

Commit 01714b7

Browse files
committed
Updated to alexa-cookie 5.0.1
1 parent b093677 commit 01714b7

File tree

4 files changed

+2459
-839
lines changed

4 files changed

+2459
-839
lines changed

Diff for: .github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [12.x]
28+
node-version: [16.x]
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030

3131
steps:

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# alexa-cookie-cli
22
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).
33

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.
55

66
**ATTENTION: without any options, the app is pre-programmed for a German Amazon account!**
77

@@ -14,16 +14,15 @@ Usage: cli [options]
1414
1515
Options:
1616
-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)
1819
-p, --amazonPage <page> optional: possible to use with different countries, default is "amazon.de"
1920
-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
2021
-a, --amazonPageProxyLanguage <lang> optional: language to be used for the Amazon Sign-in page the proxy calls. default is "de_DE"
2122
-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")
2424
-P, --proxyPort <port> optional: use this port for the proxy, default is 8080 (default: 8080)
2525
-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"
2726
-h, --help display help for command
2827
````
2928

0 commit comments

Comments
 (0)