The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Set a Proxy

Ernest Benedito

2022-09-07

If you want to set a proxy, you can do it by passing an httr::use_proxy instance into the request_config parameter when calling the Bot object:

bot <- Bot(token = "TOKEN", request_config = httr::use_proxy(...))

Also, the same request_config parameter can be passed through the Updater object:

updater <- Updater(token = "TOKEN", request_config = httr::use_proxy(...))

The details for the proxy settings can be found in ?httr::use_proxy.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.