Proxy support is planned? #166
joancapdevila
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Proxy Support: Neonize vs whatsmeow
Summary
The Problem
whatsmeow (the underlying Go library) has excellent proxy support:
SetProxy()– HTTP / HTTPS proxySetSOCKSProxy()– SOCKS5 proxySetProxyAddress()– Auto-detects proxy type from URLHowever, Neonize does not expose these functions to Python.
The proxy capabilities exist in the compiled
.sobinary, but there is no Python interface to configure or access them.What Was Checked
Question
Is proxy support expected to be exposed in Neonize?
If yes:
If not:
All reactions