fbradyirl / webex_bot

Python package for a Webex Bot based on websockets.
MIT License
68 stars 44 forks source link

Webex_bot do not work behind proxy #39

Open annamontenegrog opened 1 year ago

annamontenegrog commented 1 year ago

Description

support connecting using the library via a proxy

What I Did

Use a VM that connects to internet via proxy ,
erictoman commented 1 year ago

Hello, it's not possible; the websockets package lacks this feature.