Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adn77 committed Nov 12, 2023
1 parent b093677 commit fbbedcf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# alexa-cookie-cli
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).

Without any further ado this will open a proxy of the Amazon login page on http://localhost:8080.
Without any further ado this will open a proxy of the Amazon login page on http://127.0.0.1:8080.

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

Expand All @@ -14,16 +14,15 @@ Usage: cli [options]
Options:
-q, --quiet Non-interactive, output refresh_token on StdOut and exit
-l, --logger <log target> Where to log to
-d, --debug Turn on debug output to StdOut
-p, --amazonPage <page> optional: possible to use with different countries, default is "amazon.de"
-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
-a, --amazonPageProxyLanguage <lang> optional: language to be used for the Amazon Sign-in page the proxy calls. default is "de_DE"
-L, --acceptLanguage <lang> optional: webpage language, should match to amazon-Page, default is "de-DE"
-u, --userAgent <Browser> optional: own userAgent to use for all request, overwrites default one, should not be needed
-H, --proxyOwnIp <hostname> provide own IP or hostname to later access the proxy. needed to setup all rewriting and proxy stuff internally (default: "localhost")
-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")
-P, --proxyPort <port> optional: use this port for the proxy, default is 8080 (default: 8080)
-B, --proxyListenBind <IP> optional: set this to bind the proxy to a special IP, default is "0.0.0.0"
-V, --proxyLogLevel <error|warn|info|debug> optional: Loglevel of Proxy, default "warn"
-h, --help display help for command
````

Expand Down

0 comments on commit fbbedcf

Please sign in to comment.