Skip to content

Instantly share code, notes, and snippets.

@BruceWind
BruceWind / node_subscription_from_cloudflare_workers.md
Last active April 1, 2025 13:31
For Chinese developers, there is a nice way to subscribe your proxy nodes on Cloudlfare.

Subscribing Nodes from Cloudflare Worker to Bypass GFW for Chinese Developers

This document aims to introduce a method for Chinese developers to bypass the GFW by subscribing proxy nodes on Cloudflare Worker.

The GFW is a network firewall implemented by the Chinese government that restricts access to certain international websites and services.

Every Chinese developer need proxy nodes to access development resource. When you have many proxy nodes, some of them is copied from friends, or some nodes are shared on the internet.

@lgg
lgg / README.md
Last active February 21, 2025 07:31
Telegram save all media from chat/user/channel

Quick tip. It is possible to download media with small python script.

Goto https://my.telegram.org and generate api id and api hash Install Telethon library with pip3 install telethon Run saveAllMedia.py (replace api_id, api_hash and username with your values).

If you need proxy install https://github.com/Anorov/PySocks pip install PySocks

This code downloads all media from the dialog with username user/chat/channel in current directory.