matlink / gplaycli

Google Play Downloader via Command line
Other
1.01k stars 178 forks source link

How to use proxy to search and download #218

Closed LXQBer closed 5 years ago

LXQBer commented 5 years ago

I WON'T ANSWER IF YOU DON'T PROVIDE SUCH DETAILS. COPY-PASTING IS NOT ENOUGH, I'M NOT A JEDI (YET).

Please provide those informations:

How to use commands such as - s com. herocraft. game. free. deadshell -- proxy 11.11.11:12345

delthas commented 5 years ago

If you're on Linux, in your shell:

export HTTP_PROXY="http://11.11.11:12345"
export HTTPS_PROXY="http://11.11.11:12345"
gplaycli com.herocraft.game.free.deadshell

If you're on Windows, in your cmd.exe or batch script:

set HTTP_PROXY="http://11.11.11:12345"
set HTTPS_PROXY="http://11.11.11:12345"
gplaycli com.herocraft.game.free.deadshell

Or something. Read #141 and the requests library docs.

LXQBer commented 5 years ago

如果你在Linux上,在你的shell中:

export HTTP_PROXY = “ http://11.11.11:12345 ”
 export HTTPS_PROXY = “ http://11.11.11:12345 ” 
gplaycli com.herocraft.game.free.deadshell

如果您在Windows上,在cmd.exe或批处理脚本中:

设置 HTTP_PROXY = “ http://11.11.11:12345 ”
设置 HTTPS_PROXY = “ http://11.11.11:12345 ” 
gplaycli com.herocraft.game.free.deadshell

或者其他的东西。阅读#141请求库文档

Thank you for your answer

matlink commented 5 years ago

Proxy configuration is not bind gplaycli, you should configure the proxy using your network manager (or using the shell).