L
L
Lucas Petrov2020-05-13 00:10:35
Python
Lucas Petrov, 2020-05-13 00:10:35

Where to look for proxies for programs in Python?

Most sites issue non-working proxy servers for launching telegram bots. Where to find normal proxies? I am creating a regular echo bot, if necessary, I can throw off the entire program.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ivanov, 2020-05-13
@aschurf

If you want to test the bot locally - use Windscribe, no proxies will be needed
If you want to publish a working version - use Heroku, no proxies will be needed either

S
Sergey Karbivnichy, 2020-05-13
@hottabxp

Where to look for proxies for programs in Python?
the same as for other programs in google.
For example - http://free-proxy.cz - just select https protocol there.
And you need to correctly register the proxy in the bot:
apihelper.proxy = {'https':'45.77.101.237:8080'}
#apihelper.proxy = {'https':'IP:PORT'}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question