V
V
Vladislav Kolesnichenko2017-07-11 00:05:40
Python
Vladislav Kolesnichenko, 2017-07-11 00:05:40

Telegram API implementation on telethon + ipv6 proxy or another option with ipv6 support?

I'm trying to implement a telegram mini-client in Python 3 based on the Telethon library . She has the ability to work through a proxy out of the box (via PySocks ). This is a wrapper over the standard socket, the calls are similar.
The problem is that PySocks does not support ipv6 proxies, and they are desperately needed. Is there any option to replace the library (first or second) with an analog with ipv6 support?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Kolesnichenko, 2017-07-12
@heffcodex

I solved the issue by modifying the libraries. It seems to work, I need to test it. My fork of PySocks with support for ipv6 proxies that have an input ipv4 address.

R
romka84, 2017-07-11
@romka84

I am also interested in this topic. There is a need to parse messages from a group under windows. For Linux, telegram-cli would be enough. Maybe there are some other options besides Telethon?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question