You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromtelegram.extimportApplicationBuilder# "USERNAME:PASSWORD@" is optional, if you need authentication:proxy_url='http://USERNAME:PASSWORD@PROXY_HOST:PROXY_PORT'# can also be a https proxyapp=ApplicationBuilder().token("TOKEN").proxy(proxy_url).get_updates_proxy(proxy_url).build()
The text was updated successfully, but these errors were encountered:
Implementing this is simple. The following is the document of python-telegram-bot. Just load proxy url from
config.json
orenvironment variables.
https://github.com/python-telegram-bot/python-telegram-bot/wiki/Working-Behind-a-Proxy
The text was updated successfully, but these errors were encountered: