Proxy support for Python API module
14 February 2022
The newversion of the Python module is now proxy aware. If you run it from an internal network and need to set a proxy, do it like this:
st = ShadowTrackr(api_key=API_KEY)
st.set_proxy(“10.0.0.1:8080”)
You can find the code on
Github or just update it with:
pip install shadowtrackr —upgrade