thebrumby / HotWalletClaimer

Looking to optimize your earnings with HOT tokens on the Near Protocol? How about Wave on SUI? Tree on BSC? Or Vertus on Ton? This Python script simplifies the process by monitoring your account status within popular Telegram apps, ensuring rewards are claimed at the correct time.
MIT License
89 stars 31 forks source link

[Request Feature] Add a option proxy to command ./launch.s-->Settings #29

Closed itcthienkhiem closed 1 month ago

itcthienkhiem commented 1 month ago

Dear Ad, I want to add a proxy on option ./launch.s-->Settings with: ip:port:user:password. Thanks.

thebrumby commented 1 month ago

Hi,

Hi, the script does not support a proxy by default, but you can manually amend the scripts Chrome options section to allow this:

# add this after chrome_options = Options()...
chrome_options.add_argument('--proxy-server=192.168.1.100:8080')

Replace 192.168.1.100:8080 with your proxy server's IP address and port.

Thanks