DEV Community

Humja Jaan
Humja Jaan

Posted on

I needed MTProto proxies for Telegram, but every list I foun

I needed MTProto proxies for Telegram, but every list I found was either years old or filled with dead links. Manual checking got old fast.

So I built a scraper that pulls proxies from public Telegram channels automatically. It tests each one for connectivity and Fake-TLS support, then publishes only the working ones. Dead proxies never make it to the list.

I dump the results to a JSON file that updates regularly. Just grab it with curl whenever you need fresh proxies:

curl -s https://raw.githubusercontent.com/Yagami200/free-mtproto-proxies/main/data/proxies.json

The repo also has a live web listing if you prefer browsing through a browser. No more manual hunting.

Top comments (0)