Documents: https://freeproxy.readthedocs.io/
- 2025-10-20: Released pyfreeproxy v0.1.8 — Replace
user_agent
asfake-useragent
. - 2025-10-20: Released pyfreeproxy v0.1.7 — Auto remove invalid proxied sessions in
ProxiedSessionClient
. - 2025-10-18: Released pyfreeproxy v0.1.6 — New sources
QiyunipProxiedSession
,ProxyhubProxiedSession
andProxydbProxiedSession
added. - 2025-10-17: Released pyfreeproxy v0.1.5 — Code cleanup, deprecated/invalid proxy sources removed, new sources added.
FreeProxy continuously discovers and updates lists of free proxies. If you find value here, please star the project to keep it on your radar.
ProxiedSession | Official Website | Code Snippet |
---|---|---|
KuaidailiProxiedSession | click | kuaidaili.py |
IP3366ProxiedSession | click | ip3366.py |
ProxylistplusProxiedSession | click | proxylistplus.py |
IP89ProxiedSession | click | ip89.py |
ZdayeProxiedSession | click | zdaye.py |
QiyunipProxiedSession | click | qiyunip.py |
ProxyhubProxiedSession | click | proxyhub.py |
ProxydbProxiedSession | click | proxydb.py |
Project | Introduction | Code Snippet |
---|---|---|
ICU996 | 用数万条数据带大家看看到底是哪些人在反对996~ | click |
# from pip
pip install pyfreeproxy
# from github repo method-1
pip install git+https://github.com/CharlesPikachu/freeproxy.git@master
# from github repo method-2
git clone https://github.com/CharlesPikachu/freeproxy.git
cd freeproxy
python setup.py install
from freeproxy import freeproxy
proxy_sources = ['KuaidailiProxiedSession']
proxied_session_client = freeproxy.ProxiedSessionClient(proxy_sources=proxy_sources)
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'
}
resp = proxied_session_client.get('https://space.bilibili.com/406756145', headers=headers)
print(resp.text)
- Games: Create interesting games by pure python.
- DecryptLogin: APIs for loginning some websites by using requests.
- Musicdl: A lightweight music downloader written by pure python.
- Videodl: A lightweight video downloader written by pure python.
- Pytools: Some useful tools written by pure python.
- PikachuWeChat: Play WeChat with itchat-uos.
- Pydrawing: Beautify your image or video.
- ImageCompressor: Image compressors written by pure python.
- FreeProxy: Collecting free proxies from internet.
- Paperdl: Search and download paper from specific websites.
- Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
- CodeFree: Make no code a reality.
- DeepLearningToys: Some deep learning toys implemented in pytorch.
- DataAnalysis: Some data analysis projects in charles_pikachu.
- Imagedl: Search and download images from specific websites.
- Pytoydl: A toy deep learning framework built upon numpy.
- NovelDL: Search and download novels from some specific websites.